RuleCategory
data class RuleCategory(val value: SingleSelectQuestionRuleCategoryAutomation) : EvaluationFormSingleSelectQuestionAutomationOption
The automation option based on a rule category for the single select question.
Inherited functions
Link copied to clipboard
Casts this EvaluationFormSingleSelectQuestionAutomationOption as a RuleCategory and retrieves its aws.sdk.kotlin.services.connect.model.SingleSelectQuestionRuleCategoryAutomation value. Throws an exception if the EvaluationFormSingleSelectQuestionAutomationOption is not a RuleCategory.
Link copied to clipboard
Casts this EvaluationFormSingleSelectQuestionAutomationOption as a RuleCategory and retrieves its aws.sdk.kotlin.services.connect.model.SingleSelectQuestionRuleCategoryAutomation value. Returns null if the EvaluationFormSingleSelectQuestionAutomationOption is not a RuleCategory.