GoogleCloudDialogflowV2SummarizationEvaluationMetricsSummarizationEvaluationResult class
Evaluation result per conversation(&summary), metric and section.
Constructors
-
GoogleCloudDialogflowV2SummarizationEvaluationMetricsSummarizationEvaluationResult.new({List<
GoogleCloudDialogflowV2SummarizationEvaluationMetricsDecomposition> ? decompositions, List<GoogleCloudDialogflowV2SummarizationEvaluationMetricsEvaluationResult> ? evaluationResults, String? metric, double? score, String? section, String? sectionSummary, String? sessionId}) - GoogleCloudDialogflowV2SummarizationEvaluationMetricsSummarizationEvaluationResult.fromJson(Map json_)
Properties
-
decompositions
↔ List<
GoogleCloudDialogflowV2SummarizationEvaluationMetricsDecomposition> ? -
List of decompostion details
getter/setter pair
-
evaluationResults
↔ List<
GoogleCloudDialogflowV2SummarizationEvaluationMetricsEvaluationResult> ? -
List of evaluation results.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- metric ↔ String?
-
metric name, e.g. accuracy, completeness, adherence, etc.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score ↔ double?
-
score calculated from decompositions
getter/setter pair
- section ↔ String?
-
section/task name, e.g. action, situation, etc
getter/setter pair
- sectionSummary ↔ String?
-
Summary of this section
getter/setter pair
- sessionId ↔ String?
-
conversation session id
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