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 webpage provides reference documentation for the `UpdateWebhookRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for the .NET environment."],["The `UpdateWebhookRequest` class is used for updating webhooks in the Dialogflow CX v3 API and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the Dialogflow CX v3 API, ranging from version 2.23.0 (latest) down to version 1.0.0, along with links to their respective documentation pages."],["The documentation includes details about the class's constructors, including the default constructor and a copy constructor, along with two key properties: `UpdateMask` and `Webhook`."],["The `UpdateMask` property of type `FieldMask` controls which fields of a webhook will be updated, while the `Webhook` property of type `Webhook` specifies the webhook to be updated."]]],[]]