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 content covers the `UpdateWebhookRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically version 2.0.0 and spanning across multiple versions."],["`UpdateWebhookRequest` is a request message used for updating webhooks via the `Webhooks.UpdateWebhook` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities."],["Key properties of `UpdateWebhookRequest` include `UpdateMask` for controlling field updates and `Webhook` which represents the data of the webhook to be updated."],["The content provides links to different version documentation for the UpdateWebhookRequest class, ranging from version 1.0.0 to 2.23.0, with 2.23.0 being the latest."]]],[]]