public sealed class UpdateWebhookRequest : IMessage<UpdateWebhookRequest>, IEquatable<UpdateWebhookRequest>, IDeepCloneable<UpdateWebhookRequest>, IBufferMessage, IMessage
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."],[[["The content pertains to the `UpdateWebhookRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, part of the Dialogflow CX .NET library, with the latest version being 2.23.0."],["`UpdateWebhookRequest` is a request message used for updating webhooks via the `Webhooks.UpdateWebhook` method."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cUpdateWebhookRequest\u003e`, `IDeepCloneable\u003cUpdateWebhookRequest\u003e`, and `IBufferMessage`."],["The `UpdateWebhookRequest` class has properties for managing updates, namely `UpdateMask`, which dictates which fields to update, and `Webhook`, which specifies the webhook to be updated."],["The documentation provides details on the available versions, inheritance, implemented interfaces, inherited members, namespace, assembly, constructors, and properties of the `UpdateWebhookRequest` class."]]],[]]