| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationFormSingleSelectQuestionOption |
EvaluationFormSingleSelectQuestionOption.clone() |
EvaluationFormSingleSelectQuestionOption |
EvaluationFormSingleSelectQuestionOption.withAutomaticFail(Boolean automaticFail)
The flag to mark the option as automatic fail.
|
EvaluationFormSingleSelectQuestionOption |
EvaluationFormSingleSelectQuestionOption.withRefId(String refId)
The identifier of the answer option.
|
EvaluationFormSingleSelectQuestionOption |
EvaluationFormSingleSelectQuestionOption.withScore(Integer score)
The score assigned to the answer option.
|
EvaluationFormSingleSelectQuestionOption |
EvaluationFormSingleSelectQuestionOption.withText(String text)
The title of the answer option.
|
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationFormSingleSelectQuestionOption> |
EvaluationFormSingleSelectQuestionProperties.getOptions()
The answer options of the single select question.
|
| Modifier and Type | Method and Description |
|---|---|
EvaluationFormSingleSelectQuestionProperties |
EvaluationFormSingleSelectQuestionProperties.withOptions(EvaluationFormSingleSelectQuestionOption... options)
The answer options of the single select question.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationFormSingleSelectQuestionProperties.setOptions(Collection<EvaluationFormSingleSelectQuestionOption> options)
The answer options of the single select question.
|
EvaluationFormSingleSelectQuestionProperties |
EvaluationFormSingleSelectQuestionProperties.withOptions(Collection<EvaluationFormSingleSelectQuestionOption> options)
The answer options of the single select question.
|
Copyright © 2024. All rights reserved.