TransferRuleDisablePlannerTransfer
import type { TransferRuleDisablePlannerTransfer } from "https://googleapis.deno.dev/v1/ces:v1.ts";A rule that prevents the planner from transferring to the target agent.
interface TransferRuleDisablePlannerTransfer {
expressionCondition?: ExpressionCondition;
}§Properties
§
expressionCondition?: ExpressionCondition
[src]Required. If the condition evaluates to true, planner will not be allowed to transfer to the target agent.