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-03-21 UTC."],[[["The page provides documentation for the `Environment.Types.WebhookConfig` class within the Dialogflow v3 API, specifically for the .NET platform."],["This `WebhookConfig` class is used to configure settings for webhooks within Dialogflow environments, allowing for customized handling of events."],["The documentation covers a wide range of versions, from 1.0.0 up to 2.23.0, with the latter being the latest, allowing developers to find the correct documentation for their project."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating various functionalities and compatibilities within the .NET environment."],["The page provides information on the `WebhookOverrides` property of the class, which is a list of webhooks that can be overridden in the agent environment, and describes how to override fields within them."]]],[]]