DialogflowResponse
Represents 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:
recognitionResult Optional. The result of speech recognition.
responseId
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
webhookStatus: {[id: string]: any}
Specifies the status of the webhook request.