| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationSummary |
EvaluationSummary.clone() |
EvaluationSummary |
EvaluationSummary.withCreatedTime(Date createdTime)
The timestamp for when the evaluation was created.
|
EvaluationSummary |
EvaluationSummary.withEvaluationArn(String evaluationArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
|
EvaluationSummary |
EvaluationSummary.withEvaluationFormId(String evaluationFormId)
The unique identifier for the evaluation form.
|
EvaluationSummary |
EvaluationSummary.withEvaluationFormTitle(String evaluationFormTitle)
A title of the evaluation form.
|
EvaluationSummary |
EvaluationSummary.withEvaluationId(String evaluationId)
A unique identifier for the contact evaluation.
|
EvaluationSummary |
EvaluationSummary.withEvaluatorArn(String evaluatorArn)
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
|
EvaluationSummary |
EvaluationSummary.withLastModifiedTime(Date lastModifiedTime)
The timestamp for when the evaluation was last updated.
|
EvaluationSummary |
EvaluationSummary.withScore(EvaluationScore score)
The overall score of the contact evaluation.
|
EvaluationSummary |
EvaluationSummary.withStatus(EvaluationStatus status)
The status of the contact evaluation.
|
EvaluationSummary |
EvaluationSummary.withStatus(String status)
The status of the contact evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationSummary> |
ListContactEvaluationsResult.getEvaluationSummaryList()
Provides details about a list of contact evaluations belonging to an instance.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactEvaluationsResult |
ListContactEvaluationsResult.withEvaluationSummaryList(EvaluationSummary... evaluationSummaryList)
Provides details about a list of contact evaluations belonging to an instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListContactEvaluationsResult.setEvaluationSummaryList(Collection<EvaluationSummary> evaluationSummaryList)
Provides details about a list of contact evaluations belonging to an instance.
|
ListContactEvaluationsResult |
ListContactEvaluationsResult.withEvaluationSummaryList(Collection<EvaluationSummary> evaluationSummaryList)
Provides details about a list of contact evaluations belonging to an instance.
|
Copyright © 2023. All rights reserved.