Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint
- 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
-
#attribute_value ⇒ String
Corresponds to the JSON property
attributeValue. -
#boost_amount ⇒ Float
Corresponds to the JSON property
boostAmount.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint
constructor
A new instance of GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_value ⇒ String
Corresponds to the JSON property attributeValue
4577 4578 4579 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4577 def attribute_value @attribute_value end |
#boost_amount ⇒ Float
Corresponds to the JSON property boostAmount
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 |