GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics.fromJson constructor
GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics.fromJson(core.Map json_)
: this(
n: json_['n'] as core.int?,
recall: (json_['recall'] as core.num?)?.toDouble(),
);