AWSConnectEvaluationFormSingleSelectQuestionAutomationOption
Objective-C
@interface AWSConnectEvaluationFormSingleSelectQuestionAutomationOption
Swift
class AWSConnectEvaluationFormSingleSelectQuestionAutomationOption
Information about the automation option of a single select question.
-
The automation option based on a rule category for the single select question.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectSingleSelectQuestionRuleCategoryAutomation *_Nullable ruleCategory;
Swift
var ruleCategory: AWSConnectSingleSelectQuestionRuleCategoryAutomation? { get set }