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 a request message used for retrieving webhook information within the Google Cloud Dialogflow CX V3 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionality such as message handling, equality checks, deep cloning, and efficient buffer operations."],["It includes two constructors: a default constructor and one that takes another `GetWebhookRequest` instance for copying, both of which are used to initialize a new instance of the class."],["The class has two properties, `Name` and `WebhookName`, which are used to specify the target webhook's resource name, either as a raw string or a structured `WebhookName` object."],["There are numerous versions of this request message within the Dialogflow CX V3 library, ranging from version 1.0.0 up to the latest release of 2.23.0, all of which are linked and available for reference."]]],[]]