| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationScore |
EvaluationSummary.score()
The overall score of the contact evaluation.
|
EvaluationScore |
EvaluationMetadata.score()
The overall score of the contact evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,EvaluationScore> |
Evaluation.scores()
A map of item (section or question) identifiers to score value.
|
| Modifier and Type | Method and Description |
|---|---|
EvaluationSummary.Builder |
EvaluationSummary.Builder.score(EvaluationScore score)
The overall score of the contact evaluation.
|
EvaluationMetadata.Builder |
EvaluationMetadata.Builder.score(EvaluationScore score)
The overall score of the contact evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
Evaluation.Builder |
Evaluation.Builder.scores(Map<String,EvaluationScore> scores)
A map of item (section or question) identifiers to score value.
|
Copyright © 2023. All rights reserved.