Uses of Class
software.amazon.awssdk.services.connect.model.EvaluationScore
-
Packages that use EvaluationScore Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EvaluationScore in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return EvaluationScore Modifier and Type Method Description EvaluationScoreEvaluationMetadata. score()The overall score of the contact evaluation.EvaluationScoreEvaluationSummary. score()The overall score of the contact evaluation.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EvaluationScore Modifier and Type Method Description Map<String,EvaluationScore>Evaluation. scores()A map of item (section or question) identifiers to score value.Methods in software.amazon.awssdk.services.connect.model with parameters of type EvaluationScore Modifier and Type Method Description EvaluationMetadata.BuilderEvaluationMetadata.Builder. score(EvaluationScore score)The overall score of the contact evaluation.EvaluationSummary.BuilderEvaluationSummary.Builder. score(EvaluationScore score)The overall score of the contact evaluation.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type EvaluationScore Modifier and Type Method Description Evaluation.BuilderEvaluation.Builder. scores(Map<String,EvaluationScore> scores)A map of item (section or question) identifiers to score value.
-