Class: Google::Apis::CesV1::TransferRuleDisablePlannerTransfer
- Inherits:
-
Object
- Object
- Google::Apis::CesV1::TransferRuleDisablePlannerTransfer
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/ces_v1/classes.rb,
lib/google/apis/ces_v1/representations.rb,
lib/google/apis/ces_v1/representations.rb
Overview
A rule that prevents the planner from transferring to the target agent.
Instance Attribute Summary collapse
-
#expression_condition ⇒ Google::Apis::CesV1::ExpressionCondition
Expression condition based on session state.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TransferRuleDisablePlannerTransfer
constructor
A new instance of TransferRuleDisablePlannerTransfer.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TransferRuleDisablePlannerTransfer
Returns a new instance of TransferRuleDisablePlannerTransfer.
6820 6821 6822 |
# File 'lib/google/apis/ces_v1/classes.rb', line 6820 def initialize(**args) update!(**args) end |
Instance Attribute Details
#expression_condition ⇒ Google::Apis::CesV1::ExpressionCondition
Expression condition based on session state.
Corresponds to the JSON property expressionCondition
6818 6819 6820 |
# File 'lib/google/apis/ces_v1/classes.rb', line 6818 def expression_condition @expression_condition end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6825 6826 6827 |
# File 'lib/google/apis/ces_v1/classes.rb', line 6825 def update!(**args) @expression_condition = args[:expression_condition] if args.key?(:expression_condition) end |