class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ImportDocumentsRequest
Request message for Documents.ImportDocuments.
Attributes
document_template[RW]
The template used for importing documents. Corresponds to the JSON property `documentTemplate` @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ImportDocumentTemplate]
gcs_source[RW]
Google
Cloud Storage locations for the inputs. Corresponds to the JSON property `gcsSource` @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GcsSources]
import_gcs_custom_metadata[RW]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 10225 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 10230 def update!(**args) @document_template = args[:document_template] if args.key?(:document_template) @gcs_source = args[:gcs_source] if args.key?(:gcs_source) @import_gcs_custom_metadata = args[:import_gcs_custom_metadata] if args.key?(:import_gcs_custom_metadata) end