GoogleCloudDialogflowV2SmartReplyMetrics class
The evaluation metrics for smart reply model.
Constructors
- 
          GoogleCloudDialogflowV2SmartReplyMetrics({double? allowlistCoverage, String? conversationCount, List<GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics> ? topNMetrics})
- GoogleCloudDialogflowV2SmartReplyMetrics.fromJson(Map json_)
Properties
- allowlistCoverage ↔ double?
- 
  Percentage of target participant messages in the evaluation dataset for
which similar messages have appeared at least once in the allowlist.
  getter/setter pair
- conversationCount ↔ String?
- 
  Total number of conversations used to generate this metric.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  topNMetrics
  ↔ List<GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics> ?
- 
  Metrics of top n smart replies, sorted by TopNMetric.n.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited