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 details the `UpdateWebhookRequest` class, which is used to update webhooks within the Google Cloud Dialogflow CX V3 API."],["The latest version of the API is 2.23.0, and the page provides links to documentation for this and several previous versions, all the way back to 1.0.0."],["The `UpdateWebhookRequest` class includes properties for `UpdateMask`, controlling which fields are updated, and `Webhook`, representing the webhook being updated."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class also contains 2 constructors, one default and the other using an `UpdateWebhookRequest` parameter."]]],[]]