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.



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

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

Instance Attribute Details

#attribute_valueString

Corresponds to the JSON property attributeValue

Returns:

  • (String)


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

def attribute_value
  @attribute_value
end

#boost_amountFloat

Corresponds to the JSON property boostAmount

Returns:

  • (Float)


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

def boost_amount
  @boost_amount
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4595
4596
4597
4598
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4595

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