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 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."]]],[]]