SlotOptions
type SlotOptions<T> = { getValues: (context) => Promise<SlotValue<T>[]>;};Defined in: core/src/nlp/utterance/utterance.slot.ts:73
Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
T |
Properties
Section titled “Properties”getValues
Section titled “getValues”getValues: (context) => Promise<SlotValue<T>[]>;Defined in: core/src/nlp/utterance/utterance.slot.ts:74
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
context |
SlotGetContext |
Returns
Section titled “Returns”Promise<SlotValue<T>[]>