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 webpage provides reference documentation for the `GetWebhookRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET."],["The `GetWebhookRequest` class is a message type used in the Dialogflow v3 API for retrieving webhook information."],["The latest version available is 2.23.0, and the webpage provides access to versions ranging from 1.0.0 up to the latest 2.23.0, with each version link leading to the `GetWebhookRequest` of said version."],["The `GetWebhookRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionality for message handling, comparison, cloning, and buffering."],["The class contains the properties `Name` and `WebhookName`, to respectively allow the user to set the request's webhook name or view it using the `WebhookName` typed view."]]],[]]