The unique identifier of detectIntent request session. Can be used to identify end-user inside webhook implementation. Format: projects/<Project ID>/agent/sessions/<Session ID>, or projects/<Project ID>/agent/environments/<Environment ID>/users/<User
ID>/sessions/<Session ID>.
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 provided content details the JSON representation and fields for a webhook call request message."],["The webhook request includes a `session` identifier for tracking the user, a `responseId` for the unique response, a `queryResult` for conversational processing, and an optional `originalDetectIntentRequest`."],["The `session` field has a specific format, allowing for user identification within a webhook implementation."],["The `queryResult` field represents the results from processing a conversational query or event."],["`responseId` is a unique identifier, sharing the same value as `[Streaming]DetectIntentResponse.response_id`."]]],[]]