GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics constructor

GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics({
  1. int? n,
  2. double? recall,
})

Implementation

GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics({
  this.n,
  this.recall,
});