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 `GetWebhookRequest` class is used to request a specific webhook in the Google Cloud Dialogflow CX V3 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities related to message handling and object manipulation."],["The `GetWebhookRequest` class includes properties like `Name` (a string representing the webhook's resource name) and `WebhookName` (a typed view of the resource name), facilitating the specification of the desired webhook."],["There are a wide range of past versions of the API available for reference, starting from version 1.0.0 all the way to 2.23.0, which is the latest version."]]],[]]