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"]],[["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 document provides reference and code samples for the `UpdateWebhookRequest` class within the Dialogflow v3 API, specifically version 2.7.0, and outlines how to update a webhook."],["The `UpdateWebhookRequest` class, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, is used to send update requests for webhooks, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are multiple versions of the Dialogflow Cx V3 API, ranging from version 1.0.0 up to 2.23.0 (latest), for which the `UpdateWebhookRequest` documentation is provided."],["Key properties of the `UpdateWebhookRequest` class include `UpdateMask`, which controls which fields are updated, and `Webhook`, which is the required webhook to update, with the option of multiple constructors."],["The `UpdateWebhookRequest` class belongs to the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly and is the request message for the `Webhooks.UpdateWebhook` method."]]],[]]