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."],[[["This webpage provides reference documentation and code samples for the `Environment.Types.WebhookConfig` class within the Dialogflow v3 API."],["The content covers various versions of the Dialogflow v3 API, from version 1.0.0 up to the latest version 2.23.0, allowing users to navigate to the documentation of any of these versions."],["`Environment.Types.WebhookConfig` is used to configure webhooks and it inherits from `object`, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `WebhookConfig` class has constructors for default initialization and for creating a copy from an existing `WebhookConfig` object."],["The class contains a `WebhookOverrides` property, a `RepeatedField` of `Webhook` type, which allows users to override webhooks for the agent environment by modifying the service directory and generic web service fields."]]],[]]