The unique identifier of detectIntent request session. Can be used to identify end-user inside webhook implementation. Supported formats: - projects/<Project ID>/agent/sessions/<Session ID>,
-projects//locations//agent/sessions/,
-projects//agent/environments//users//sessions/,
-projects//locations//agent/environments//users//sessions/`,
responseId
string
The unique identifier of the response. Contains the same value as [Streaming]DetectIntentResponse.response_id.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The webhook call's request message is represented in JSON format, which includes details about the session, response, and query results."],["The `session` field contains a unique string identifier for the detectIntent request session, allowing for user identification within the webhook."],["The `responseId` field provides a unique identifier for each response, mirroring the `response_id` from `[Streaming]DetectIntentResponse`."],["The `queryResult` field holds the outcome of the conversational query or event processing, matching the value found in `[Streaming]DetectIntentResponse.query_result`."],["The optional `originalDetectIntentRequest` field contains the original request that was passed to the `[Streaming]DetectIntent` call."]]],[]]