Skip to content

SlotRef

type SlotRef<T> = Slot<T>;

Defined in: core/src/nlp/utterance/utterance.slot.ts:71

Either kind of thing an utterance template can interpolate.

Type Parameter Default type
T unknown