public sealed class WebhookConfig : IMessage<Environment.Types.WebhookConfig>, IEquatable<Environment.Types.WebhookConfig>, IDeepCloneable<Environment.Types.WebhookConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class Environment.Types.WebhookConfig.
public RepeatedField<Webhook> WebhookOverrides { get; }
The list of webhooks to override for the agent environment. The webhook
must exist in the agent. You can override fields in
[generic_web_service][google.cloud.dialogflow.cx.v3.Webhook.generic_web_service]
and
[service_directory][google.cloud.dialogflow.cx.v3.Webhook.service_directory].
[[["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 latest version of the Dialogflow v3 API for .NET is 2.23.0, with a comprehensive list of versions from 1.0.0 to 2.23.0 provided for Environment.Types.WebhookConfig."],["The `WebhookConfig` class is a sealed class that configures webhooks for use within the Dialogflow environment, and is found in the namespace `Google.Cloud.Dialogflow.Cx.V3`."],["`WebhookConfig` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `WebhookConfig` class has a property called `WebhookOverrides` that is of type `RepeatedField\u003cWebhook\u003e` which is used to define a list of webhooks to override within the agent environment."],["The document provides comprehensive reference documentation for the `Environment.Types.WebhookConfig` class, detailing its inheritance, implemented interfaces, inherited members, constructors, and properties."]]],[]]