public sealed class GetWebhookRequest : IMessage<GetWebhookRequest>, IEquatable<GetWebhookRequest>, IDeepCloneable<GetWebhookRequest>, IBufferMessage, IMessage
The request message for [Webhooks.GetWebhook][google.cloud.dialogflow.cx.v3.Webhooks.GetWebhook].
[[["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 `GetWebhookRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its usage in the .NET environment."],["The `GetWebhookRequest` class is a request message used for retrieving webhooks, which are part of the Dialogflow CX platform."],["The page lists various versions of the `GetWebhookRequest` class, ranging from version 2.23.0 (latest) down to version 1.0.0, allowing developers to access the documentation of whichever version they need."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities within the .NET framework."],["`GetWebhookRequest` includes properties like `Name` and `WebhookName` that are used to identify and specify the target webhook during a request, as specified by its `projects/<Project ID\u003e/locations/<Location ID\u003e/agents/<Agent ID\u003e/webhooks/<Webhook ID\u003e` format."]]],[]]