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.



9338
9339
9340
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 9338

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



9336
9337
9338
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 9336

def gcs_source
  @gcs_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9343
9344
9345
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 9343

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