Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3BoostSpecs

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3BoostSpecs

Returns a new instance of GoogleCloudDialogflowCxV3BoostSpecs.



906
907
908
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 906

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

Instance Attribute Details

#data_storesArray<String>

Corresponds to the JSON property dataStores

Returns:

  • (Array<String>)


899
900
901
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 899

def data_stores
  @data_stores
end

#specArray<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3BoostSpec>

Corresponds to the JSON property spec



904
905
906
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 904

def spec
  @spec
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



911
912
913
914
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 911

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