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.
Properties
Section titled “Properties”execute
Section titled “execute”execute: NLPActionExecute;Defined in: core/src/nlp/nlp.types.ts:46
name: string;Defined in: core/src/nlp/nlp.types.ts:44
utterances
Section titled “utterances”utterances: Utterance[];Defined in: core/src/nlp/nlp.types.ts:45