| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static EvaluationFormSingleSelectQuestionAutomationOption |
EvaluationFormSingleSelectQuestionAutomationOption.fromRuleCategory(Consumer<SingleSelectQuestionRuleCategoryAutomation.Builder> ruleCategory)
Create an instance of this class with
ruleCategory() initialized to the given value. |
static EvaluationFormSingleSelectQuestionAutomationOption |
EvaluationFormSingleSelectQuestionAutomationOption.fromRuleCategory(SingleSelectQuestionRuleCategoryAutomation ruleCategory)
Create an instance of this class with
ruleCategory() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationFormSingleSelectQuestionAutomationOption> |
EvaluationFormSingleSelectQuestionAutomation.options()
The automation options of the single select question.
|
| Modifier and Type | Method and Description |
|---|---|
EvaluationFormSingleSelectQuestionAutomation.Builder |
EvaluationFormSingleSelectQuestionAutomation.Builder.options(EvaluationFormSingleSelectQuestionAutomationOption... options)
The automation options of the single select question.
|
| Modifier and Type | Method and Description |
|---|---|
EvaluationFormSingleSelectQuestionAutomation.Builder |
EvaluationFormSingleSelectQuestionAutomation.Builder.options(Collection<EvaluationFormSingleSelectQuestionAutomationOption> options)
The automation options of the single select question.
|
Copyright © 2023. All rights reserved.