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 latest version of the `UpdateWebhookRequest` documentation is version 2.23.0, and there are various previous versions listed, ranging from 2.22.0 down to 1.0.0."],["`UpdateWebhookRequest` is a request message for updating webhooks within the Google Cloud Dialogflow CX V3 service, as indicated by the full description of `Webhooks.UpdateWebhook`."],["The `UpdateWebhookRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a variety of functionalities."],["The `UpdateWebhookRequest` class includes properties `UpdateMask` to control which fields are updated, and `Webhook` which represents the webhook that needs to be updated."],["The class also has two constructors: one default constructor, and one constructor that accepts another `UpdateWebhookRequest` object as a parameter, named 'other'."]]],[]]