| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationAnswerOutput |
EvaluationAnswerOutput.clone() |
EvaluationAnswerOutput |
EvaluationAnswerOutput.withSystemSuggestedValue(EvaluationAnswerData systemSuggestedValue)
The system suggested value for an answer in a contact evaluation.
|
EvaluationAnswerOutput |
EvaluationAnswerOutput.withValue(EvaluationAnswerData value)
The value for an answer in a contact evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,EvaluationAnswerOutput> |
Evaluation.getAnswers()
A map of question identifiers to answer value.
|
| Modifier and Type | Method and Description |
|---|---|
Evaluation |
Evaluation.addAnswersEntry(String key,
EvaluationAnswerOutput value)
Add a single Answers entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
Evaluation.setAnswers(Map<String,EvaluationAnswerOutput> answers)
A map of question identifiers to answer value.
|
Evaluation |
Evaluation.withAnswers(Map<String,EvaluationAnswerOutput> answers)
A map of question identifiers to answer value.
|
Copyright © 2023. All rights reserved.