GoogleCloudDialogflowV2AnalyzeContentResponse constructor

GoogleCloudDialogflowV2AnalyzeContentResponse({
  1. GoogleCloudDialogflowV2AutomatedAgentReply? automatedAgentReply,
  2. GoogleCloudDialogflowV2DtmfParameters? dtmfParameters,
  3. List<GoogleCloudDialogflowV2SuggestionResult>? endUserSuggestionResults,
  4. List<GoogleCloudDialogflowV2SuggestionResult>? humanAgentSuggestionResults,
  5. GoogleCloudDialogflowV2Message? message,
  6. GoogleCloudDialogflowV2OutputAudio? replyAudio,
  7. String? replyText,
})

Implementation

GoogleCloudDialogflowV2AnalyzeContentResponse({
  this.automatedAgentReply,
  this.dtmfParameters,
  this.endUserSuggestionResults,
  this.humanAgentSuggestionResults,
  this.message,
  this.replyAudio,
  this.replyText,
});