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."],[[["This webpage provides documentation for the `UpdateWebhookRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for .NET development."],["The `UpdateWebhookRequest` class is used to construct requests for updating webhooks, as part of the `Webhooks.UpdateWebhook` operation in Google Cloud Dialogflow CX."],["The documentation lists available versions of the Google.Cloud.Dialogflow.Cx.V3 package ranging from version 1.0.0 to 2.23.0, with 2.23.0 being the latest."],["The `UpdateWebhookRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, with the members of the `Object` class also detailed."],["Two properties are available in the class: `UpdateMask` which controls which fields to update, and the `Webhook` itself to update."]]],[]]