GoogleCloudDialogflowV2AnalyzeContentResponse constructor
GoogleCloudDialogflowV2AnalyzeContentResponse({
- GoogleCloudDialogflowV2AutomatedAgentReply? automatedAgentReply,
- GoogleCloudDialogflowV2DtmfParameters? dtmfParameters,
- List<
GoogleCloudDialogflowV2SuggestionResult> ? endUserSuggestionResults, - List<
GoogleCloudDialogflowV2SuggestionResult> ? humanAgentSuggestionResults, - GoogleCloudDialogflowV2Message? message,
- GoogleCloudDialogflowV2OutputAudio? replyAudio,
- String? replyText,
Implementation
GoogleCloudDialogflowV2AnalyzeContentResponse({
this.automatedAgentReply,
this.dtmfParameters,
this.endUserSuggestionResults,
this.humanAgentSuggestionResults,
this.message,
this.replyAudio,
this.replyText,
});