public sealed class WebhookConfig : IMessage<Environment.Types.WebhookConfig>, IEquatable<Environment.Types.WebhookConfig>, IDeepCloneable<Environment.Types.WebhookConfig>, IBufferMessage, IMessage
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 documentation for the `WebhookConfig` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, covering versions from 1.0.0 up to the latest version 2.23.0."],["The `WebhookConfig` class is used for configuring webhooks in agent environments, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `WebhookConfig` class has two constructors: a default constructor and one that takes another `WebhookConfig` object as a parameter, facilitating object duplication."],["The main property of the `WebhookConfig` class is `WebhookOverrides`, a `RepeatedField` that allows defining a list of webhooks to override in the agent environment, including overriding fields in `generic_web_service` and `service_directory`."],["This class also inherits common methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class."]]],[]]