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

AgentTransfer

import type { AgentTransfer } from "https://googleapis.deno.dev/v1/ces:v1.ts";

Represents an event indicating the transfer of a conversation to a different agent.

interface AgentTransfer {
readonly displayName?: string;
targetAgent?: string;
}

§Properties

§
readonly displayName?: string
[src]

Output only. Display name of the agent.

§
targetAgent?: string
[src]

Required. The agent to which the conversation is being transferred. The agent will handle the conversation from this point forward. Format: projects/{project}/locations/{location}/apps/{app}/agents/{agent}