GoogleCloudDialogflowV2QueryResult constructor

GoogleCloudDialogflowV2QueryResult({
  1. String? action,
  2. bool? allRequiredParamsPresent,
  3. bool? cancelsSlotFilling,
  4. Map<String, Object?>? diagnosticInfo,
  5. List<GoogleCloudDialogflowV2IntentMessage>? fulfillmentMessages,
  6. String? fulfillmentText,
  7. GoogleCloudDialogflowV2Intent? intent,
  8. double? intentDetectionConfidence,
  9. String? languageCode,
  10. List<GoogleCloudDialogflowV2Context>? outputContexts,
  11. Map<String, Object?>? parameters,
  12. String? queryText,
  13. GoogleCloudDialogflowV2SentimentAnalysisResult? sentimentAnalysisResult,
  14. double? speechRecognitionConfidence,
  15. Map<String, Object?>? webhookPayload,
  16. String? webhookSource,
})

Implementation

GoogleCloudDialogflowV2QueryResult({
  this.action,
  this.allRequiredParamsPresent,
  this.cancelsSlotFilling,
  this.diagnosticInfo,
  this.fulfillmentMessages,
  this.fulfillmentText,
  this.intent,
  this.intentDetectionConfidence,
  this.languageCode,
  this.outputContexts,
  this.parameters,
  this.queryText,
  this.sentimentAnalysisResult,
  this.speechRecognitionConfidence,
  this.webhookPayload,
  this.webhookSource,
});