DialogflowResponse
Represents a Dialogflow intent response.
Add the following line to your scenario code to use the interface:
require(Modules.AI);
Props
queryResult
queryResult:
Optional. The result of the conversational query or event processing.
recognitionResult
recognitionResult:
Optional. The result of speech recognition.
responseId
responseId: string
The unique identifier of the response. Use it to locate a response in the training example set or for reporting issues.
webhookStatus
webhookStatus: {[id: string]: any}
Status of the webhook request.