Skip to content

NlpProviderActions

type NlpProviderActions = {
actions: NLPAction[];
providerId: string;
};

Defined in: engine/engine.types.ts:4

One provider’s intents, tagged with the id of the instance they came from.

actions: NLPAction[];

Defined in: engine/engine.types.ts:6


providerId: string;

Defined in: engine/engine.types.ts:5