Class: Google::Apis::CesV1::TransferRuleDisablePlannerTransfer

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TransferRuleDisablePlannerTransfer

Returns a new instance of TransferRuleDisablePlannerTransfer.



7360
7361
7362
# File 'lib/google/apis/ces_v1/classes.rb', line 7360

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

Instance Attribute Details

#expression_conditionGoogle::Apis::CesV1::ExpressionCondition

Expression condition based on session state. Corresponds to the JSON property expressionCondition



7358
7359
7360
# File 'lib/google/apis/ces_v1/classes.rb', line 7358

def expression_condition
  @expression_condition
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7365
7366
7367
# File 'lib/google/apis/ces_v1/classes.rb', line 7365

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