GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2InputConfig (google_api_dialogflow v0.89.0)
View SourceRepresents 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 }