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-06-27 UTC."],[[["\u003cp\u003eThe webhook call's request message is represented in JSON format, which includes details about the session, response, and query results.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003esession\u003c/code\u003e field contains a unique string identifier for the detectIntent request session, allowing for user identification within the webhook.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eresponseId\u003c/code\u003e field provides a unique identifier for each response, mirroring the \u003ccode\u003eresponse_id\u003c/code\u003e from \u003ccode\u003e[Streaming]DetectIntentResponse\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003equeryResult\u003c/code\u003e field holds the outcome of the conversational query or event processing, matching the value found in \u003ccode\u003e[Streaming]DetectIntentResponse.query_result\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe optional \u003ccode\u003eoriginalDetectIntentRequest\u003c/code\u003e field contains the original request that was passed to the \u003ccode\u003e[Streaming]DetectIntent\u003c/code\u003e call.\u003c/p\u003e\n"]]],[],null,["# WebhookRequest\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe request message for a webhook call."]]