GoogleCloudDialogflowCxV3ResponseMessage
import type { GoogleCloudDialogflowCxV3ResponseMessage } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3ResponseMessage {
channel?: string;
conversationSuccess?: GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess;
readonly endInteraction?: GoogleCloudDialogflowCxV3ResponseMessageEndInteraction;
knowledgeInfoCard?: GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard;
liveAgentHandoff?: GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff;
readonly mixedAudio?: GoogleCloudDialogflowCxV3ResponseMessageMixedAudio;
outputAudioText?: GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText;
payload?: {};
[key: string]: any;
playAudio?: GoogleCloudDialogflowCxV3ResponseMessagePlayAudio;
responseType?:
| "RESPONSE_TYPE_UNSPECIFIED"
| "ENTRY_PROMPT"
| "PARAMETER_PROMPT"
| "HANDLER_PROMPT";
telephonyTransferCall?: GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall;
toolCall?: GoogleCloudDialogflowCxV3ToolCall;
}§Properties
§
conversationSuccess?: GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess
[src]§
readonly endInteraction?: GoogleCloudDialogflowCxV3ResponseMessageEndInteraction
[src]§
knowledgeInfoCard?: GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard
[src]§
liveAgentHandoff?: GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff
[src]§
readonly mixedAudio?: GoogleCloudDialogflowCxV3ResponseMessageMixedAudio
[src]§
outputAudioText?: GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText
[src]§
responseType?: "RESPONSE_TYPE_UNSPECIFIED" | "ENTRY_PROMPT" | "PARAMETER_PROMPT" | "HANDLER_PROMPT"
[src]§
telephonyTransferCall?: GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall
[src]§
toolCall?: GoogleCloudDialogflowCxV3ToolCall
[src]