Uses of Class
software.amazon.awssdk.services.connect.model.SingleSelectQuestionRuleCategoryAutomation
-
Packages that use SingleSelectQuestionRuleCategoryAutomation Package Description software.amazon.awssdk.services.connect.model -
-
Uses of SingleSelectQuestionRuleCategoryAutomation in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return SingleSelectQuestionRuleCategoryAutomation Modifier and Type Method Description SingleSelectQuestionRuleCategoryAutomationEvaluationFormSingleSelectQuestionAutomationOption. ruleCategory()The automation option based on a rule category for the single select question.Methods in software.amazon.awssdk.services.connect.model with parameters of type SingleSelectQuestionRuleCategoryAutomation Modifier and Type Method Description static EvaluationFormSingleSelectQuestionAutomationOptionEvaluationFormSingleSelectQuestionAutomationOption. fromRuleCategory(SingleSelectQuestionRuleCategoryAutomation ruleCategory)Create an instance of this class withEvaluationFormSingleSelectQuestionAutomationOption.ruleCategory()initialized to the given value.EvaluationFormSingleSelectQuestionAutomationOption.BuilderEvaluationFormSingleSelectQuestionAutomationOption.Builder. ruleCategory(SingleSelectQuestionRuleCategoryAutomation ruleCategory)The automation option based on a rule category for the single select question.
-