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 page details the `UpdateWebhookRequest` class, which is used to update webhooks within the Google Cloud Dialogflow CX V3 service."],["The `UpdateWebhookRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["There are two constructors for the `UpdateWebhookRequest` class: a default constructor and one that accepts another `UpdateWebhookRequest` object as a parameter."],["The class has two main properties: `UpdateMask`, which controls which fields are updated, and `Webhook`, which contains the webhook data to be updated."],["This page contains the history of versions from 1.0.0 up to the current latest 2.23.0, all of which are related to the `UpdateWebhookRequest`."]]],[]]