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"]],[["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-04-09 UTC."],[[["This webpage provides documentation for the `WebhookRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its purpose as the request message for webhook calls."],["The `WebhookRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities and integration within the Google Protobuf ecosystem."],["The documentation lists all versions of the `WebhookRequest`, ranging from version 4.26.0 (latest) down to version 3.2.0, along with links to the relevant documentation for each version, allowing users to access the changes of each."],["The class includes properties like `OriginalDetectIntentRequest`, `QueryResult`, `ResponseId`, and `Session`, which provide access to detailed information about the original request, the query result, the unique response identifier, and the session details respectively."],["There are two constructors for the `WebhookRequest`, one that has no parameters, and the other that copies a passed in `WebhookRequest` into the new instance."]]],[]]