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-03-21 UTC."],[[["This webpage provides documentation for the `WebhookRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically version 3.6.0 of the library with links to other versions."],["`WebhookRequest` is a class that represents the request message for a webhook call in Dialogflow, inheriting from Object and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `WebhookRequest` class has properties such as `OriginalDetectIntentRequest`, `QueryResult`, `ResponseId`, and `Session`, which provide information about the original request, the query result, the response identifier, and the session identifier respectively."],["The WebhookRequest class has two constructors, a parameterless one, and another that takes a WebhookRequest object as a parameter."],["It provides references to a variety of versions of the documentations, from version 3.2.0 all the way to the most recent, version 4.26.0."]]],[]]