public sealed class GetWebhookRequest : IMessage<GetWebhookRequest>, IEquatable<GetWebhookRequest>, IDeepCloneable<GetWebhookRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class GetWebhookRequest.
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 page provides reference documentation for the `GetWebhookRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET."],["The `GetWebhookRequest` class is used as the request message for the `Webhooks.GetWebhook` method in the Dialogflow v3 API."],["It contains properties such as `Name` which is the resource name of the webhook, and `WebhookName`, a typed view of the resource `Name`."],["The documentation lists various versions of the API, ranging from version 1.0.0 to the latest version 2.23.0, indicating that this class has been available for several versions of the Dialogflow."],["This class also inherits from Object, and implements the following interfaces IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]