View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig (google_api_dialogflow v0.88.3)
Configuration for webhooks.
Attributes
-
webhookOverrides
(type:list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1Webhook.t)
, default:nil
) - The list of webhooks to override for the agent environment. The webhook must exist in the agent. You can override fields ingeneric_web_service
andservice_directory
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig{ webhookOverrides: [GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1Webhook.t()] | nil }