RequestSlotMap
Stentor API Reference / stentor/src / RequestSlotMap
Interface: RequestSlotMap
Defined in: packages/stentor-models/lib/Request/IntentRequest.d.ts:68
Map of slots where the key is the name of the slot.
Indexable​
[slotName: string]: RequestSlot\<RequestSlotValues>
Each key is the slot name and the corresponding value is the slot.