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 documentation for the `GetWebhookRequest` class within the Google Cloud Dialogflow CX V3 API, specifically focusing on version 2.18.0."],["The `GetWebhookRequest` class is used to define the request message for retrieving webhook information via the `Webhooks.GetWebhook` method."],["The page lists all available versions for the `GetWebhookRequest` class, ranging from the latest 2.23.0 to the oldest 1.0.0."],["`GetWebhookRequest` is under the `Google.Cloud.Dialogflow.Cx.V3` namespace and is contained within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The class has properties for `Name` which is a required string that has the format of `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/webhooks/\u003cWebhook ID\u003e`, and `WebhookName` which provides a typed view over the Name property."]]],[]]