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."],[[["The latest version of the `GetWebhookRequest` documentation is 2.23.0, while the oldest available version is 1.0.0."],["`GetWebhookRequest` is a class in the `Google.Cloud.Dialogflow.Cx.V3` namespace, and it is the request message used to retrieve a webhook, as part of Webhooks.GetWebhook."],["The `GetWebhookRequest` class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["It contains two properties: `Name`, a string that represents the formatted resource name of the webhook, and `WebhookName`, a view over the `Name` property with the WebhookName type."],["The `GetWebhookRequest` class includes two constructors: a default parameterless constructor and one that takes another `GetWebhookRequest` as a parameter."]]],[]]