| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Evaluation |
Evaluation.addAnswersEntry(String key,
EvaluationAnswerOutput value)
Add a single Answers entry
|
Evaluation |
Evaluation.addNotesEntry(String key,
EvaluationNote value)
Add a single Notes entry
|
Evaluation |
Evaluation.addScoresEntry(String key,
EvaluationScore value)
Add a single Scores entry
|
Evaluation |
Evaluation.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Evaluation |
Evaluation.clearAnswersEntries()
Removes all the entries added into Answers.
|
Evaluation |
Evaluation.clearNotesEntries()
Removes all the entries added into Notes.
|
Evaluation |
Evaluation.clearScoresEntries()
Removes all the entries added into Scores.
|
Evaluation |
Evaluation.clearTagsEntries()
Removes all the entries added into Tags.
|
Evaluation |
Evaluation.clone() |
Evaluation |
DescribeContactEvaluationResult.getEvaluation()
Information about the evaluation form completed for a specific contact.
|
Evaluation |
Evaluation.withAnswers(Map<String,EvaluationAnswerOutput> answers)
A map of question identifiers to answer value.
|
Evaluation |
Evaluation.withCreatedTime(Date createdTime)
The timestamp for when the evaluation was created.
|
Evaluation |
Evaluation.withEvaluationArn(String evaluationArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
|
Evaluation |
Evaluation.withEvaluationId(String evaluationId)
A unique identifier for the contact evaluation.
|
Evaluation |
Evaluation.withLastModifiedTime(Date lastModifiedTime)
The timestamp for when the evaluation was last updated.
|
Evaluation |
Evaluation.withMetadata(EvaluationMetadata metadata)
Metadata about the contact evaluation.
|
Evaluation |
Evaluation.withNotes(Map<String,EvaluationNote> notes)
A map of question identifiers to note value.
|
Evaluation |
Evaluation.withScores(Map<String,EvaluationScore> scores)
A map of item (section or question) identifiers to score value.
|
Evaluation |
Evaluation.withStatus(EvaluationStatus status)
The status of the contact evaluation.
|
Evaluation |
Evaluation.withStatus(String status)
The status of the contact evaluation.
|
Evaluation |
Evaluation.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeContactEvaluationResult.setEvaluation(Evaluation evaluation)
Information about the evaluation form completed for a specific contact.
|
DescribeContactEvaluationResult |
DescribeContactEvaluationResult.withEvaluation(Evaluation evaluation)
Information about the evaluation form completed for a specific contact.
|
Copyright © 2024. All rights reserved.