Rate this page:

DialogflowResponse

Represents Dialogflow intent response. Add the following line to your scenario code to use the interface:

require(Modules.AI);

Props

queryResult

Copy URL
queryResult: 

DialogflowResult

Optional. The result of the conversational query or event processing.

recognitionResult

Copy URL
recognitionResult: 

DialogflowStreamingRecognitionResult

recognitionResult Optional. The result of speech recognition.

responseId

Copy URL
responseId: 

string

The unique identifier of the response. It can be used to locate a response in the training example set or for reporting issues.

webhookStatus

Copy URL
webhookStatus: 

{[id: string]: any}

Specifies the status of the webhook request.