AWSConnectEvaluationFormNumericQuestionProperties
Objective-C
@interface AWSConnectEvaluationFormNumericQuestionProperties
Swift
class AWSConnectEvaluationFormNumericQuestionProperties
Information about properties for a numeric question in an evaluation form.
Required parameters: [MinValue, MaxValue]
-
The automation properties of the numeric question.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectEvaluationFormNumericQuestionAutomation *_Nullable automation;
Swift
var automation: AWSConnectEvaluationFormNumericQuestionAutomation? { get set }
-
The maximum answer value.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxValue;
Swift
var maxValue: NSNumber? { get set }
-
The minimum answer value.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable minValue;
Swift
var minValue: NSNumber? { get set }
-
The scoring options of the numeric question.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectEvaluationFormNumericQuestionOption *> *_Nullable options;
Swift
var options: [AWSConnectEvaluationFormNumericQuestionOption]? { get set }