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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2InputConfig

Returns a new instance of GoogleCloudDialogflowV2InputConfig.



11851
11852
11853
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11851

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

Instance Attribute Details

#gcs_sourceGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2GcsSources

Corresponds to the JSON property gcsSource



11849
11850
11851
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11849

def gcs_source
  @gcs_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11856
11857
11858
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11856

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