GoogleCloudDialogflowCxV3QueryResult constructor

GoogleCloudDialogflowCxV3QueryResult({
  1. GoogleCloudDialogflowCxV3AdvancedSettings? advancedSettings,
  2. bool? allowAnswerFeedback,
  3. GoogleCloudDialogflowCxV3Page? currentPage,
  4. Map<String, Object?>? diagnosticInfo,
  5. GoogleCloudDialogflowCxV3DtmfInput? dtmf,
  6. GoogleCloudDialogflowCxV3Intent? intent,
  7. double? intentDetectionConfidence,
  8. String? languageCode,
  9. GoogleCloudDialogflowCxV3Match? match,
  10. Map<String, Object?>? parameters,
  11. List<GoogleCloudDialogflowCxV3ResponseMessage>? responseMessages,
  12. GoogleCloudDialogflowCxV3SentimentAnalysisResult? sentimentAnalysisResult,
  13. String? text,
  14. String? transcript,
  15. String? triggerEvent,
  16. String? triggerIntent,
  17. List<Map<String, Object?>>? webhookPayloads,
  18. List<GoogleRpcStatus>? webhookStatuses,
})

Implementation

GoogleCloudDialogflowCxV3QueryResult({
  this.advancedSettings,
  this.allowAnswerFeedback,
  this.currentPage,
  this.diagnosticInfo,
  this.dtmf,
  this.intent,
  this.intentDetectionConfidence,
  this.languageCode,
  this.match,
  this.parameters,
  this.responseMessages,
  this.sentimentAnalysisResult,
  this.text,
  this.transcript,
  this.triggerEvent,
  this.triggerIntent,
  this.webhookPayloads,
  this.webhookStatuses,
});