GoogleCloudDialogflowV2beta1ResponseMessage
import type { GoogleCloudDialogflowV2beta1ResponseMessage } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
Response messages from an automated agent.
interface GoogleCloudDialogflowV2beta1ResponseMessage {
endInteraction?: GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction;
liveAgentHandoff?: GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff;
mixedAudio?: GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio;
payload?: {};
[key: string]: any;
telephonyTransferCall?: GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall;
}§Properties
§
endInteraction?: GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction
[src]A signal that indicates the interaction with the Dialogflow agent has ended.
§
liveAgentHandoff?: GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff
[src]Hands off conversation to a live agent.
§
An audio response message composed of both the synthesized Dialogflow agent responses and the audios hosted in places known to the client.
§
payload?: {}
[src][key: string]: any;
Returns a response containing a custom, platform-specific payload.
§
telephonyTransferCall?: GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall
[src]A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
§
Returns a text response.