Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
agent?: string
[src]

Required. The name of the agent to transfer the conversation to. The agent must be in the same app as the current agent. Format: projects/{project}/locations/{location}/apps/{app}/agents/{agent}