GoogleCloudDialogflowCxV3QueryResult constructor
GoogleCloudDialogflowCxV3QueryResult({
- GoogleCloudDialogflowCxV3AdvancedSettings? advancedSettings,
- bool? allowAnswerFeedback,
- GoogleCloudDialogflowCxV3Page? currentPage,
- GoogleCloudDialogflowCxV3DataStoreConnectionSignals? dataStoreConnectionSignals,
- Map<
String, Object?> ? diagnosticInfo, - GoogleCloudDialogflowCxV3DtmfInput? dtmf,
- GoogleCloudDialogflowCxV3Intent? intent,
- double? intentDetectionConfidence,
- String? languageCode,
- GoogleCloudDialogflowCxV3Match? match,
- Map<
String, Object?> ? parameters, - List<
GoogleCloudDialogflowCxV3ResponseMessage> ? responseMessages, - GoogleCloudDialogflowCxV3SentimentAnalysisResult? sentimentAnalysisResult,
- String? text,
- String? transcript,
- String? triggerEvent,
- String? triggerIntent,
- List<
Map< ? webhookPayloads,String, Object?> > - List<
GoogleRpcStatus> ? webhookStatuses,
Implementation
GoogleCloudDialogflowCxV3QueryResult({
this.advancedSettings,
this.allowAnswerFeedback,
this.currentPage,
this.dataStoreConnectionSignals,
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,
});