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 Google Cloud Dialogflow CX service."],["The content provides a history of versions for `GetWebhookRequest`, ranging from version 2.23.0 (latest) down to version 1.0.0."],["The `GetWebhookRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a `Name` property, which is a string representing the resource name of the requested webhook, and a `WebhookName` property, which provides a typed view of this name."],["The class offers two constructors, one default and another to copy an existing `GetWebhookRequest` object."]]],[]]