public sealed class UpdateWebhookRequest : IMessage<UpdateWebhookRequest>, IEquatable<UpdateWebhookRequest>, IDeepCloneable<UpdateWebhookRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class UpdateWebhookRequest.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version available for the `UpdateWebhookRequest` class in the Dialogflow v3 API is 2.23.0, but there are multiple versions available for use, all the way down to version 1.0.0."],["`UpdateWebhookRequest` is a class used in the Dialogflow v3 API for updating webhooks, and it's a sealed class, preventing it from being inherited."],["The `UpdateWebhookRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering multiple functionalities."],["This class has two constructors, one with no parameters and another one that accepts an `UpdateWebhookRequest` instance for copying."],["It includes two main properties, `UpdateMask` which determines which fields are updated, and `Webhook`, which contains the actual webhook data to be updated."]]],[]]