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."],[[["This webpage provides documentation for the `UpdateWebhookRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its usage in updating webhooks."],["The latest version documented is 2.23.0, with a range of previous versions (down to 1.0.0) also available for reference."],["The `UpdateWebhookRequest` class allows for selective updating of webhook fields using an `UpdateMask` property, or full updates if no mask is specified."],["The class can be instantiated using a default constructor or a copy constructor that takes another `UpdateWebhookRequest` object as a parameter."],["The Webhook property is a required component for the updating of a webhook."]]],[]]