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. Format: |
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 |
originalDetectIntentRequest |
Optional. The contents of the original request that was passed to |