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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The content covers the `UpdateWebhookRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically version 2.0.0 and spanning across multiple versions."],["`UpdateWebhookRequest` is a request message used for updating webhooks via the `Webhooks.UpdateWebhook` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities."],["Key properties of `UpdateWebhookRequest` include `UpdateMask` for controlling field updates and `Webhook` which represents the data of the webhook to be updated."],["The content provides links to different version documentation for the UpdateWebhookRequest class, ranging from version 1.0.0 to 2.23.0, with 2.23.0 being the latest."]]],[]]