GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetail class
Aggregated result on metric level.
This conatins the evaluation results of all the sections.
Constructors
- 
          GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetail({String? metric, double? score, List<
GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail> ? sectionDetails}) - GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetail.fromJson(Map json_)
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - metric ↔ String?
 - 
  Metrics name.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - score ↔ double?
 - 
  Aggregated(average) score on this metric across all sections.
  getter/setter pair
 - 
  sectionDetails
  ↔ List<
GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail> ? - 
  List of section details.
  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