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.



13501
13502
13503
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 13501

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



13499
13500
13501
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 13499

def gcs_source
  @gcs_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13506
13507
13508
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 13506

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