AWSConnectEvaluationFormSingleSelectQuestionAutomation
Objective-C
@interface AWSConnectEvaluationFormSingleSelectQuestionAutomation
Swift
class AWSConnectEvaluationFormSingleSelectQuestionAutomation
Information about the automation configuration in single select questions. Automation options are evaluated in order, and the first matched option is applied. If no automation option matches, and there is a default option, then the default option is applied.
Required parameters: [Options]
-
The identifier of the default answer option, when none of the automation options match the criteria.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable defaultOptionRefId;
Swift
var defaultOptionRefId: String? { get set }
-
The automation options of the single select question.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectEvaluationFormSingleSelectQuestionAutomationOption *> *_Nullable options;
Swift
var options: [AWSConnectEvaluationFormSingleSelectQuestionAutomationOption]? { get set }