Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ReloadDocumentRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ReloadDocumentRequest

Returns a new instance of GoogleCloudDialogflowV2beta1ReloadDocumentRequest.



19060
19061
19062
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 19060

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#gcs_sourceGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GcsSource

Corresponds to the JSON property gcsSource



19052
19053
19054
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 19052

def gcs_source
  @gcs_source
end

#import_gcs_custom_metadataBoolean Also known as: import_gcs_custom_metadata?

Corresponds to the JSON property importGcsCustomMetadata

Returns:

  • (Boolean)


19057
19058
19059
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 19057

def 
  @import_gcs_custom_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19065
19066
19067
19068
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 19065

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