DialogflowEventInput
Dialogflow events allow matching intents by event name instead of the natural language input.
Add the following line to your scenario code to use the interface:
require(Modules.AI);
Props
name
name: string
The unique identifier of the event.
parameters
parameters: {[key: string]: any}
The collection of parameters associated with the event