Rate this page:

DialogflowQueryInput

Represents the Dialogflow query input. It can contain either:

  1. A conversational query in the form of text
  2. An event that specifies which intent to trigger
    Add the following line to your scenario code to use the interface:
require(Modules.AI);

Props

event

Copy URL
event: 

DialogflowEventInput

The event to be processed.

text

Copy URL
text: 

DialogflowTextInput

The natural language text to be processed.