public sealed class UpdateWebhookRequest : IMessage<UpdateWebhookRequest>, IEquatable<UpdateWebhookRequest>, IDeepCloneable<UpdateWebhookRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class UpdateWebhookRequest.
The request message for
[Webhooks.UpdateWebhook][google.cloud.dialogflow.cx.v3.Webhooks.UpdateWebhook].
[[["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 document provides reference documentation for the `UpdateWebhookRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for the .NET platform."],["The `UpdateWebhookRequest` class is used for updating webhooks in the Dialogflow CX v3 API, allowing modifications to existing webhook configurations."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting its use in message-based communication and object manipulation."],["The documentation outlines two constructors for the `UpdateWebhookRequest` class, one default and one that accepts another `UpdateWebhookRequest` object, along with properties, `UpdateMask`, and `Webhook`."],["The document lists numerous versions of the software, with version `2.23.0` being the latest, and spans backwards to version `1.0.0`, and all versions link to similar documentation."]]],[]]