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, detailing its structure and usage across multiple versions."],["The latest version of `GetWebhookRequest` is 2.23.0, and the page lists all versions down to 1.0.0, each with links to their respective documentation."],["`GetWebhookRequest` is a message class used for requesting a specific webhook in Dialogflow CX, implementing multiple interfaces for message handling and object equality."],["The class includes properties such as `Name` (a string) and `WebhookName` (a typed resource name) for identifying the requested webhook, along with constructors for creating instances."],["The class inherits from the System.Object class, and implements Google.Protobuf interfaces, and also implements the IEquatable and IDeepCloneable interfaces."]]],[]]