GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall
import type { GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall } 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 GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall {
phoneNumber?: string;
sipUri?: string;
}