EvaluationFormSingleSelectQuestionAutomationOption
Information about the automation option of a single select question.
Inheritors
Types
Link copied to clipboard
data class RuleCategory(val value: SingleSelectQuestionRuleCategoryAutomation) : EvaluationFormSingleSelectQuestionAutomationOption
The automation option based on a rule category for the single select question.
Link copied to clipboard
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.