Skip to content

SlotGetContext

type SlotGetContext = {
services: Services;
};

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

What a slot’s getValues is handed. Carries the provider instance’s own Services, so a slot resolves against the same container its actions do rather than closing over a snapshot taken at setup.

services: Services;

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