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 webpage details the `UpdateWebhookRequest` class, which is used to update webhooks in the Google Cloud Dialogflow CX V3 service."],["The latest version available for the `UpdateWebhookRequest` class is 2.23.0, with numerous older versions accessible ranging from 2.22.0 to 1.0.0."],["`UpdateWebhookRequest` inherits from `Object` and implements `IMessage\u003cUpdateWebhookRequest\u003e`, `IEquatable\u003cUpdateWebhookRequest\u003e`, `IDeepCloneable\u003cUpdateWebhookRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The `UpdateWebhookRequest` class has two constructors, one default and one that accepts another `UpdateWebhookRequest` object as a parameter."],["The key properties for `UpdateWebhookRequest` are `UpdateMask`, which controls the fields to be updated, and `Webhook`, which specifies the webhook data for updating."]]],[]]