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.



12035
12036
12037
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 12035

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



12033
12034
12035
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 12033

def gcs_source
  @gcs_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12040
12041
12042
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 12040

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