| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationNote |
EvaluationNote.clone() |
EvaluationNote |
EvaluationNote.withValue(String value)
The note for an item (section or question) in a contact evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,EvaluationNote> |
UpdateContactEvaluationRequest.getNotes()
A map of question identifiers to note value.
|
Map<String,EvaluationNote> |
SubmitContactEvaluationRequest.getNotes()
A map of question identifiers to note value.
|
Map<String,EvaluationNote> |
Evaluation.getNotes()
A map of question identifiers to note value.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateContactEvaluationRequest |
UpdateContactEvaluationRequest.addNotesEntry(String key,
EvaluationNote value)
Add a single Notes entry
|
SubmitContactEvaluationRequest |
SubmitContactEvaluationRequest.addNotesEntry(String key,
EvaluationNote value)
Add a single Notes entry
|
Evaluation |
Evaluation.addNotesEntry(String key,
EvaluationNote value)
Add a single Notes entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateContactEvaluationRequest.setNotes(Map<String,EvaluationNote> notes)
A map of question identifiers to note value.
|
void |
SubmitContactEvaluationRequest.setNotes(Map<String,EvaluationNote> notes)
A map of question identifiers to note value.
|
void |
Evaluation.setNotes(Map<String,EvaluationNote> notes)
A map of question identifiers to note value.
|
UpdateContactEvaluationRequest |
UpdateContactEvaluationRequest.withNotes(Map<String,EvaluationNote> notes)
A map of question identifiers to note value.
|
SubmitContactEvaluationRequest |
SubmitContactEvaluationRequest.withNotes(Map<String,EvaluationNote> notes)
A map of question identifiers to note value.
|
Evaluation |
Evaluation.withNotes(Map<String,EvaluationNote> notes)
A map of question identifiers to note value.
|
Copyright © 2023. All rights reserved.