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