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 `UpdateWebhookRequest` class is used to update webhooks within the Google Cloud Dialogflow CX V3 service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to manage webhook updates."],["The latest version of `UpdateWebhookRequest` is 2.23.0, with numerous previous versions available, down to version 1.0.0, all accessible via individual links."],["The class includes properties for `UpdateMask`, controlling which fields are updated, and `Webhook`, specifying the webhook to modify."],["It has two constructors: a default constructor and another that accepts an existing `UpdateWebhookRequest` object for copying values."]]],[]]