GoogleCloudDialogflowCxV3ResponseMessage constructor
GoogleCloudDialogflowCxV3ResponseMessage({
- String? channel,
- GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess? conversationSuccess,
- GoogleCloudDialogflowCxV3ResponseMessageEndInteraction? endInteraction,
- GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard? knowledgeInfoCard,
- GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff? liveAgentHandoff,
- GoogleCloudDialogflowCxV3ResponseMessageMixedAudio? mixedAudio,
- GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText? outputAudioText,
- Map<
String, Object?> ? payload, - GoogleCloudDialogflowCxV3ResponseMessagePlayAudio? playAudio,
- String? responseType,
- GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall? telephonyTransferCall,
- GoogleCloudDialogflowCxV3ResponseMessageText? text,
Implementation
GoogleCloudDialogflowCxV3ResponseMessage({
this.channel,
this.conversationSuccess,
this.endInteraction,
this.knowledgeInfoCard,
this.liveAgentHandoff,
this.mixedAudio,
this.outputAudioText,
this.payload,
this.playAudio,
this.responseType,
this.telephonyTransferCall,
this.text,
});