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.
Configuration for webhooks.
Implements
IMessageEnvironmentTypesWebhookConfig, IEquatableEnvironmentTypesWebhookConfig, IDeepCloneableEnvironmentTypesWebhookConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
WebhookConfig()
public WebhookConfig()
WebhookConfig(WebhookConfig)
public WebhookConfig(Environment.Types.WebhookConfig other)
Parameter | |
---|---|
Name | Description |
other | EnvironmentTypesWebhookConfig |
Properties
WebhookOverrides
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].
Property Value | |
---|---|
Type | Description |
RepeatedFieldWebhook |