| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationFormContent |
EvaluationFormContent.clone() |
EvaluationFormContent |
DescribeContactEvaluationResult.getEvaluationForm()
Information about the evaluation form.
|
EvaluationFormContent |
EvaluationFormContent.withDescription(String description)
The description of the evaluation form.
|
EvaluationFormContent |
EvaluationFormContent.withEvaluationFormArn(String evaluationFormArn)
The Amazon Resource Name (ARN) for the evaluation form resource.
|
EvaluationFormContent |
EvaluationFormContent.withEvaluationFormId(String evaluationFormId)
The unique identifier for the evaluation form.
|
EvaluationFormContent |
EvaluationFormContent.withEvaluationFormVersion(Integer evaluationFormVersion)
A version of the evaluation form.
|
EvaluationFormContent |
EvaluationFormContent.withItems(Collection<EvaluationFormItem> items)
Items that are part of the evaluation form.
|
EvaluationFormContent |
EvaluationFormContent.withItems(EvaluationFormItem... items)
Items that are part of the evaluation form.
|
EvaluationFormContent |
EvaluationFormContent.withScoringStrategy(EvaluationFormScoringStrategy scoringStrategy)
A scoring strategy of the evaluation form.
|
EvaluationFormContent |
EvaluationFormContent.withTitle(String title)
A title of the evaluation form.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeContactEvaluationResult.setEvaluationForm(EvaluationFormContent evaluationForm)
Information about the evaluation form.
|
DescribeContactEvaluationResult |
DescribeContactEvaluationResult.withEvaluationForm(EvaluationFormContent evaluationForm)
Information about the evaluation form.
|
Copyright © 2023. All rights reserved.