Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InputConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb

Overview

Represents the configuration of importing a set of conversation files in Google Cloud Storage.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2InputConfig

Returns a new instance of GoogleCloudDialogflowV2InputConfig.



11951
11952
11953
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11951

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

Instance Attribute Details

#gcs_sourceGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2GcsSources

Google Cloud Storage location for the inputs. Corresponds to the JSON property gcsSource



11949
11950
11951
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11949

def gcs_source
  @gcs_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11956
11957
11958
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11956

def update!(**args)
  @gcs_source = args[:gcs_source] if args.key?(:gcs_source)
end