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 details the `GetWebhookRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to retrieve webhook information from Dialogflow CX."],["The `GetWebhookRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The latest version of the `Google.Cloud.Dialogflow.Cx.V3` package is 2.23.0, and there are multiple versions available, starting from 1.0.0 up to 2.23.0."],["Key properties of `GetWebhookRequest` include `Name` (a string representing the webhook's resource name) and `WebhookName`, which provides a typed view of the resource name."],["The webpage details how to use the `GetWebhookRequest()` constructors, specifically one being a default constructor, and another being one that takes another `GetWebhookRequest` as a parameter."]]],[]]