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>.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `WebhookRequest` class is part of the Google Cloud Dialogflow v2 API and is used as the request message for webhook calls, providing details about a conversational query or event."],["This page contains reference documentation for the `WebhookRequest` class, including its inheritance, implemented interfaces, constructors, and properties across multiple versions of the API, with the latest version being 4.26.0."],["The `WebhookRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, cloning, and buffer management."],["Key properties of `WebhookRequest` include `OriginalDetectIntentRequest`, `QueryResult`, `ResponseId`, and `Session`, each providing different aspects of the request, such as the original request details, the result of the query, a unique response identifier, and session information, respectively."],["The current version of the page is based on version 4.18.0, although multiple versions are accessible on the page from 3.2.0 to 4.26.0."]]],[]]