Reference documentation and code samples for the Google Cloud Ces V1 Client class DisablePlannerTransfer.
A rule that prevents the planner from transferring to the target agent.
Generated from protobuf message google.cloud.ces.v1.TransferRule.DisablePlannerTransfer
Namespace
Google \ Cloud \ Ces \ V1 \ TransferRuleMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ expression_condition |
Google\Cloud\Ces\V1\ExpressionCondition
Required. If the condition evaluates to true, planner will not be allowed to transfer to the target agent. |
getExpressionCondition
Required. If the condition evaluates to true, planner will not be allowed to transfer to the target agent.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Ces\V1\ExpressionCondition|null |
|
hasExpressionCondition
clearExpressionCondition
setExpressionCondition
Required. If the condition evaluates to true, planner will not be allowed to transfer to the target agent.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Ces\V1\ExpressionCondition
|
| Returns | |
|---|---|
| Type | Description |
$this |
|