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

Represents the configuration of importing a set of conversation files in Google Cloud Storage.

Attributes

  • gcsSource (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2GcsSources.t, default: nil) - The Cloud Storage URI has the form gs:////agent*.json. Wildcards are allowed and will be expanded into all matched JSON files, which will be read as one conversation per file.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2InputConfig{
  gcsSource:
    GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2GcsSources.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.