Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1BoostSpecs

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1BoostSpecs

Returns a new instance of GoogleCloudDialogflowCxV3beta1BoostSpecs.



4615
4616
4617
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4615

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

Instance Attribute Details

#data_storesArray<String>

Corresponds to the JSON property dataStores

Returns:

  • (Array<String>)


4608
4609
4610
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4608

def data_stores
  @data_stores
end

#specArray<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1BoostSpec>

Corresponds to the JSON property spec



4613
4614
4615
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4613

def spec
  @spec
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4620
4621
4622
4623
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4620

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