| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationScore |
EvaluationScore.clone() |
EvaluationScore |
EvaluationSummary.getScore()
The overall score of the contact evaluation.
|
EvaluationScore |
EvaluationMetadata.getScore()
The overall score of the contact evaluation.
|
EvaluationScore |
EvaluationScore.withAutomaticFail(Boolean automaticFail)
The flag that marks the item as automatic fail.
|
EvaluationScore |
EvaluationScore.withNotApplicable(Boolean notApplicable)
The flag to mark the item as not applicable for scoring.
|
EvaluationScore |
EvaluationScore.withPercentage(Double percentage)
The score percentage for an item in a contact evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,EvaluationScore> |
Evaluation.getScores()
A map of item (section or question) identifiers to score value.
|
| Modifier and Type | Method and Description |
|---|---|
Evaluation |
Evaluation.addScoresEntry(String key,
EvaluationScore value)
Add a single Scores entry
|
void |
EvaluationSummary.setScore(EvaluationScore score)
The overall score of the contact evaluation.
|
void |
EvaluationMetadata.setScore(EvaluationScore score)
The overall score of the contact evaluation.
|
EvaluationSummary |
EvaluationSummary.withScore(EvaluationScore score)
The overall score of the contact evaluation.
|
EvaluationMetadata |
EvaluationMetadata.withScore(EvaluationScore score)
The overall score of the contact evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Evaluation.setScores(Map<String,EvaluationScore> scores)
A map of item (section or question) identifiers to score value.
|
Evaluation |
Evaluation.withScores(Map<String,EvaluationScore> scores)
A map of item (section or question) identifiers to score value.
|
Copyright © 2023. All rights reserved.