public sealed class Environment.Types.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-04-09 UTC."],[[["This webpage provides reference documentation for the `Environment.Types.WebhookConfig` class within the Dialogflow v3 API, specifically for the .NET environment."],["The content details multiple versions of the API, from version 1.0.0 up to the latest, 2.23.0, allowing users to navigate through different releases and their associated documentation."],["The class `Environment.Types.WebhookConfig` is a sealed class that represents configurations for webhooks, inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes details on the class's constructors and the `WebhookOverrides` property, which allows for the customization of webhooks within an agent's environment by overriding fields in `generic_web_service` and `service_directory`."],["The different releases are hyperlinked, directing the user to the appropriate documentation for that specific version of the class."]]],[]]