GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail class
Section level result.
Constructors
-
GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail.new({List<
GoogleCloudDialogflowV2SummarizationEvaluationMetricsEvaluationResult> ? evaluationResults, double? score, String? section, String? sectionSummary}) - GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail.fromJson(Map json_)
Properties
-
evaluationResults
↔ List<
GoogleCloudDialogflowV2SummarizationEvaluationMetricsEvaluationResult> ? -
List of evaluation result.
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
- score ↔ double?
-
Aggregated(average) score on this section across all evaluation results.
getter/setter pair
- section ↔ String?
-
The name of the summary instruction.
getter/setter pair
- sectionSummary ↔ String?
-
Summary for this section
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