TriggerActionTransferAgent
import type { TriggerActionTransferAgent } from "https://googleapis.deno.dev/v1/ces:v1.ts";The agent will transfer the conversation to a different agent.
interface TriggerActionTransferAgent {
agent?: string;
}import type { TriggerActionTransferAgent } from "https://googleapis.deno.dev/v1/ces:v1.ts";The agent will transfer the conversation to a different agent.