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.



6820
6821
6822
# File 'lib/google/apis/ces_v1/classes.rb', line 6820

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



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