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