Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ReloadDocumentRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ReloadDocumentRequest
- 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
-
#gcs_source ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GcsSource
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) ⇒ GoogleCloudDialogflowV2beta1ReloadDocumentRequest
constructor
A new instance of GoogleCloudDialogflowV2beta1ReloadDocumentRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ReloadDocumentRequest
Returns a new instance of GoogleCloudDialogflowV2beta1ReloadDocumentRequest.
18962 18963 18964 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18962 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gcs_source ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GcsSource
Corresponds to the JSON property gcsSource
18954 18955 18956 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18954 def gcs_source @gcs_source end |
#import_gcs_custom_metadata ⇒ Boolean Also known as: import_gcs_custom_metadata?
Corresponds to the JSON property importGcsCustomMetadata
18959 18960 18961 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18959 def @import_gcs_custom_metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18967 18968 18969 18970 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18967 def update!(**args) @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 |