AWS SDK for Kotlin
1.6.62
      Platform filter
Skip to content
    AWS SDK for Kotlin
connect/aws.sdk.kotlin.services.connect.model/EvaluationFormMultiSelectQuestionAutomationOption/RuleCategory

RuleCategory

data class RuleCategory(val value: MultiSelectQuestionRuleCategoryAutomation) : EvaluationFormMultiSelectQuestionAutomationOption

Rule category configuration for this automation option.

Constructors

RuleCategory
Link copied to clipboard
constructor(value: MultiSelectQuestionRuleCategoryAutomation)

Properties

value
Link copied to clipboard
val value: MultiSelectQuestionRuleCategoryAutomation

Inherited functions

asRuleCategory
Link copied to clipboard
fun asRuleCategory(): MultiSelectQuestionRuleCategoryAutomation

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.

asRuleCategoryOrNull
Link copied to clipboard
fun asRuleCategoryOrNull(): MultiSelectQuestionRuleCategoryAutomation?

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.

© 2026, Amazon Web Services, Inc. or its affiliates. All rights reserved. Generated by dokka