Skip to content

NLPActionOptions

type NLPActionOptions = {
execute: NLPActionExecute;
name: string;
utterances: Utterance[];
};

Defined in: core/src/nlp/nlp.types.ts:43

What an author supplies to defineNLPAction; the id is minted for them.

execute: NLPActionExecute;

Defined in: core/src/nlp/nlp.types.ts:46


name: string;

Defined in: core/src/nlp/nlp.types.ts:44


utterances: Utterance[];

Defined in: core/src/nlp/nlp.types.ts:45