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.
Properties
Section titled “Properties”actions
Section titled “actions”actions: NLPAction[];Defined in: engine/engine.types.ts:6
providerId
Section titled “providerId”providerId: string;Defined in: engine/engine.types.ts:5