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 page details the `GetWebhookRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for version 1.7.0, used for retrieving webhook information."],["The `GetWebhookRequest` class is a request message used in `Webhooks.GetWebhook` to get the details of a specific webhook."],["It provides access to numerous older versions of the `Google.Cloud.Dialogflow.Cx.V3.GetWebhookRequest` class, with the most recent being 2.23.0."],["The `GetWebhookRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable\u003cGetWebhookRequest\u003e`, `IDeepCloneable\u003cGetWebhookRequest\u003e`, and `IBufferMessage`."],["The class includes properties like `Name` (a string) and `WebhookName` (a typed view over the name resource), and has constructors for default initialization or copying from another `GetWebhookRequest` instance."]]],[]]