GoogleCloudDialogflowV2SmartReplyMetrics constructor

GoogleCloudDialogflowV2SmartReplyMetrics({
  1. double? allowlistCoverage,
  2. String? conversationCount,
  3. List<GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics>? topNMetrics,
})

Implementation

GoogleCloudDialogflowV2SmartReplyMetrics({
  this.allowlistCoverage,
  this.conversationCount,
  this.topNMetrics,
});