GoogleCloudDialogflowCxV3beta1ResponseMessage
import type { GoogleCloudDialogflowCxV3beta1ResponseMessage } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3beta1ResponseMessage {
channel?: string;
conversationSuccess?: GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess;
readonly endInteraction?: GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction;
knowledgeInfoCard?: GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard;
liveAgentHandoff?: GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff;
readonly mixedAudio?: GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio;
outputAudioText?: GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText;
payload?: {};
[key: string]: any;
telephonyTransferCall?: GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall;
toolCall?: GoogleCloudDialogflowCxV3beta1ToolCall;
}§Properties
§
conversationSuccess?: GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess
[src]§
readonly endInteraction?: GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction
[src]§
knowledgeInfoCard?: GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard
[src]§
liveAgentHandoff?: GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff
[src]§
readonly mixedAudio?: GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio
[src]§
outputAudioText?: GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText
[src]§
telephonyTransferCall?: GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall
[src]§
toolCall?: GoogleCloudDialogflowCxV3beta1ToolCall
[src]