View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig (google_api_dialogflow v0.78.0)

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 in generic_web_service and service_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
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.