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 focuses on the `UpdateWebhookRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, providing documentation and details for various versions."],["Version 2.23.0 is the latest available version for `UpdateWebhookRequest`, part of the Google Cloud Dialogflow CX v3 .NET library."],["The `UpdateWebhookRequest` class is used to make requests for updating webhooks, inheriting from `Object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that accepts another `UpdateWebhookRequest` instance as a parameter, alongside properties like `UpdateMask` and `Webhook`."],["This documentation covers a range of versions from 1.0.0 to 2.23.0, providing reference material for developers working with different versions of the Google Cloud Dialogflow CX v3 library."]]],[]]