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, which is used to request information about a specific webhook within the Dialogflow CX V3 API."],["The class `GetWebhookRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits properties and members from the Object class."],["The latest version available is 2.23.0, while it supports a list of previous versions down to 1.0.0 for the `Google.Cloud.Dialogflow.Cx.V3` API."],["The `GetWebhookRequest` class features two constructors: one default constructor and another that accepts a `GetWebhookRequest` object."],["It contains properties `Name` which is of type string, and `WebhookName` which is of type `WebhookName`, which is used to specify the webhook."]]],[]]