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 `UpdateWebhookRequest` class is used to update webhooks within the Google Cloud Dialogflow CX V3 API, serving as the request message for the `Webhooks.UpdateWebhook` method."],["The provided document lists various versions of the `Google.Cloud.Dialogflow.Cx.V3` library, from 1.0.0 to the latest release which is 2.23.0, that all include the `UpdateWebhookRequest`."],["`UpdateWebhookRequest` implements several interfaces, including `IMessage\u003cUpdateWebhookRequest\u003e`, `IEquatable\u003cUpdateWebhookRequest\u003e`, `IDeepCloneable\u003cUpdateWebhookRequest\u003e`, `IBufferMessage`, and `IMessage`, and has inherited members from `Object`."],["The `UpdateWebhookRequest` class includes two constructors: a default constructor and one that takes another `UpdateWebhookRequest` as a parameter for copying."],["The `UpdateWebhookRequest` has two properties, `UpdateMask`, which is a `FieldMask` that dictates which fields are updated, and `Webhook`, which is the object to update."]]],[]]