GoogleCloudDialogflowV2QueryResult constructor
GoogleCloudDialogflowV2QueryResult({
- String? action,
- bool? allRequiredParamsPresent,
- bool? cancelsSlotFilling,
- Map<
String, Object?> ? diagnosticInfo, - List<
GoogleCloudDialogflowV2IntentMessage> ? fulfillmentMessages, - String? fulfillmentText,
- GoogleCloudDialogflowV2Intent? intent,
- double? intentDetectionConfidence,
- String? languageCode,
- List<
GoogleCloudDialogflowV2Context> ? outputContexts, - Map<
String, Object?> ? parameters, - String? queryText,
- GoogleCloudDialogflowV2SentimentAnalysisResult? sentimentAnalysisResult,
- double? speechRecognitionConfidence,
- Map<
String, Object?> ? webhookPayload, - 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,
});