GoogleCloudContactcenterinsightsV1QaScorecardResultScoreSource class

A scorecard result may have multiple sets of scores from varying sources, one of which becomes the "main" answer above.

A ScoreSource represents each individual set of scores.

Properties

hashCode int
The hash code for this object.
no setterinherited
normalizedScore double?
The normalized score, which is the score divided by the potential score.
getter/setter pair
potentialScore double?
The maximum potential overall score of the scorecard.
getter/setter pair
qaTagResults List<GoogleCloudContactcenterinsightsV1QaScorecardResultQaTagResult>?
Collection of tags and their scores.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score double?
The overall numerical score of the result.
getter/setter pair
sourceType String?
What created the score. Possible string values are:
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