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, which is used to retrieve webhook information from Dialogflow CX."],["The latest version documented is 2.23.0, while the page primarily focuses on version 1.10.0, with many other versions listed."],["`GetWebhookRequest` implements several interfaces, including `IMessage`, `IEquatable\u003cGetWebhookRequest\u003e`, `IDeepCloneable\u003cGetWebhookRequest\u003e`, and `IBufferMessage`, and inherits from `Object`."],["The class includes two constructors: a default constructor and one that accepts another `GetWebhookRequest` object."],["Key properties of the `GetWebhookRequest` class are `Name` (a string representing the webhook's resource name) and `WebhookName` (a `WebhookName`-typed view over the resource name)."]]],[]]