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

Optional. The result of speech recognition.

responseId

Copy URL
responseId: 

string

The unique identifier of the response. Use it to locate a response in the training example set or for reporting issues.

webhookStatus

Copy URL
webhookStatus: 

{[id: string]: any}

Status of the webhook request.