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

GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall

import type { GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Represents the signal that telles the client to transfer the phone call connected to the agent to a third-party endpoint.

interface GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall {
phoneNumber?: string;
}

§Properties

§
phoneNumber?: string
[src]

Transfer the call to a phone number in E.164 format.