slot
function slot<T>(options): Slot<T>;Defined in: core/src/nlp/utterance/utterance.slot.ts:92
A Slot backed by a function. Keep the returned instance and call
markUpdated() on it whenever the underlying set changes.
Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
T |
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
options |
SlotOptions<T> |
Returns
Section titled “Returns”Slot<T>