GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ImportDocumentsRequest (google_api_dialogflow v0.89.0)
View SourceRequest message for Documents.ImportDocuments.
Attributes
-
documentTemplate(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ImportDocumentTemplate.t, default:nil) - Required. Document template used for importing all the documents. -
gcsSource(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2GcsSources.t, default:nil) - Optional. The Google Cloud Storage location for the documents. The path can include a wildcard. These URIs may have the formsgs:///.gs:////*.. -
importGcsCustomMetadata(type:boolean(), default:nil) - Whether to import custom metadata from Google Cloud Storage. Only valid when the document source is Google Cloud Storage URI.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ImportDocumentsRequest{ documentTemplate: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ImportDocumentTemplate.t() | nil, gcsSource: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2GcsSources.t() | nil, importGcsCustomMetadata: boolean() | nil }