RuleCategory
data class RuleCategory(val value: MultiSelectQuestionRuleCategoryAutomation) : EvaluationFormMultiSelectQuestionAutomationOption
Rule category configuration for this automation option.
Inherited functions
Link copied to clipboard
Casts this EvaluationFormMultiSelectQuestionAutomationOption as a RuleCategory and retrieves its aws.sdk.kotlin.services.connect.model.MultiSelectQuestionRuleCategoryAutomation value. Throws an exception if the EvaluationFormMultiSelectQuestionAutomationOption is not a RuleCategory.
Link copied to clipboard
Casts this EvaluationFormMultiSelectQuestionAutomationOption as a RuleCategory and retrieves its aws.sdk.kotlin.services.connect.model.MultiSelectQuestionRuleCategoryAutomation value. Returns null if the EvaluationFormMultiSelectQuestionAutomationOption is not a RuleCategory.