The request message for a webhook call.
| JSON representation |
|---|
{ "session" : string , "responseId" : string , "queryResult" : { object ( |
| Fields | |
|---|---|
session
|
The unique identifier of detectIntent request session. Can be used to identify end-user inside webhook implementation. Supported formats: - |
responseId
|
The unique identifier of the response. Contains the same value as |
queryResult
|
The result of the conversational query or event processing. Contains the same value as |
alternativeQueryResults[]
|
Alternative query results from KnowledgeService. |
originalDetectIntentRequest
|
Optional. The contents of the original request that was passed to |

