AddressIntentRequestSlotMap
Stentor API Reference / stentor-models/src / AddressIntentRequestSlotMap
Interface: AddressIntentRequestSlotMap
Defined in: packages/stentor-models/src/Request/AddressIntentRequest.ts:4
Map of slots where the key is the name of the slot.
Extendsβ
Indexableβ
[
slotName:string]:RequestSlot<RequestSlotValues> |undefined
Each key is the slot name and the corresponding value is the slot.
Propertiesβ
address?β
optionaladdress?:RequestSlot<string>
Defined in: packages/stentor-models/src/Request/AddressIntentRequest.ts:10
Fully formed address with street number, street name, quadrant, city, state, and zip code.
On chat, this can sometimes be derived from the NLU's entity extraction.
city?β
optionalcity?:RequestSlot<string>
Defined in: packages/stentor-models/src/Request/AddressIntentRequest.ts:14
City name.
state?β
optionalstate?:RequestSlot<string>
Defined in: packages/stentor-models/src/Request/AddressIntentRequest.ts:18
State or Province. Can be a two letter abbreviation or full name.
zip?β
optionalzip?:RequestSlot<string>
Defined in: packages/stentor-models/src/Request/AddressIntentRequest.ts:22
Zip code.
street?β
optionalstreet?:RequestSlot<string>
Defined in: packages/stentor-models/src/Request/AddressIntentRequest.ts:26
Street name and number.
street_name?β
optionalstreet_name?:RequestSlot<string>
Defined in: packages/stentor-models/src/Request/AddressIntentRequest.ts:30
Street name.
street_number?β
optionalstreet_number?:RequestSlot<string>
Defined in: packages/stentor-models/src/Request/AddressIntentRequest.ts:34
Street number, only
quadrant?β
optionalquadrant?:RequestSlot<string>
Defined in: packages/stentor-models/src/Request/AddressIntentRequest.ts:38
Quadrant, if applicable.