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."],[[["This page provides reference documentation for the `UpdateWebhookRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for the .NET environment."],["The most recent version of the Dialogflow v3 API available on this page is 2.23.0, with multiple previous versions also documented down to 1.0.0."],["`UpdateWebhookRequest` is a class used to update a webhook, inheriting from `object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateWebhookRequest` class includes properties such as `UpdateMask`, which controls the fields to be updated, and `Webhook`, which is the required webhook object for updating."],["The page lists all versions of this class, going from the latest to the oldest, providing a comprehensive view of the release history for this class."]]],[]]