Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ImportDocumentsRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ImportDocumentsRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Instance Attribute Summary collapse
-
#document_template ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ImportDocumentTemplate
Corresponds to the JSON property
documentTemplate. -
#gcs_source ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GcsSources
Corresponds to the JSON property
gcsSource. -
#import_gcs_custom_metadata ⇒ Boolean
(also: #import_gcs_custom_metadata?)
Corresponds to the JSON property
importGcsCustomMetadata.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ImportDocumentsRequest
constructor
A new instance of GoogleCloudDialogflowV2beta1ImportDocumentsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ImportDocumentsRequest
Returns a new instance of GoogleCloudDialogflowV2beta1ImportDocumentsRequest.
14961 14962 14963 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14961 def initialize(**args) update!(**args) end |
Instance Attribute Details
#document_template ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ImportDocumentTemplate
Corresponds to the JSON property documentTemplate
14948 14949 14950 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14948 def document_template @document_template end |
#gcs_source ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GcsSources
Corresponds to the JSON property gcsSource
14953 14954 14955 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14953 def gcs_source @gcs_source end |
#import_gcs_custom_metadata ⇒ Boolean Also known as: import_gcs_custom_metadata?
Corresponds to the JSON property importGcsCustomMetadata
14958 14959 14960 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14958 def @import_gcs_custom_metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14966 14967 14968 14969 14970 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14966 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 |