Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint

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) ⇒ GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint

Returns a new instance of GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint.



4584
4585
4586
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4584

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

Instance Attribute Details

#attribute_valueString

Corresponds to the JSON property attributeValue

Returns:

  • (String)


4577
4578
4579
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4577

def attribute_value
  @attribute_value
end

#boost_amountFloat

Corresponds to the JSON property boostAmount

Returns:

  • (Float)


4582
4583
4584
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4582

def boost_amount
  @boost_amount
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4589
4590
4591
4592
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4589

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