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` class is 2.23.0, while version 1.12.0 is also detailed in the document."],["This document provides a detailed breakdown of the `UpdateWebhookRequest` class, which is used to update webhooks in the Dialogflow CX environment, with numerous versions of the class available."],["The `UpdateWebhookRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateWebhookRequest` class has two constructors: a parameterless one and one that takes another `UpdateWebhookRequest` object."],["This request class has two primary properties, `UpdateMask`, which controls which fields are updated, and `Webhook`, which is the webhook to be updated, in the google cloud dialogflow."]]],[]]