GoogleCloudDialogflowV2SmartReplyMetrics constructor
GoogleCloudDialogflowV2SmartReplyMetrics({
- double? allowlistCoverage,
- String? conversationCount,
- List<
GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics> ? topNMetrics,
Implementation
GoogleCloudDialogflowV2SmartReplyMetrics({
this.allowlistCoverage,
this.conversationCount,
this.topNMetrics,
});