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"]],[["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."],[[["This webpage provides documentation for the `GetWebhookRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for the .NET platform."],["The `GetWebhookRequest` class is used to request a specific webhook and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document outlines the available versions of the `GetWebhookRequest`, from version 1.0.0 up to the latest, 2.23.0, of the `Google.Cloud.Dialogflow.Cx.V3` library."],["The `GetWebhookRequest` class includes two constructors, and it contains the `Name` and `WebhookName` properties, which is used for identifying the specific webhook being requested."],["The `GetWebhookRequest` class inherits members from the `Object` class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()`."]]],[]]