AWSConnectEvaluationFormQuestionTypeProperties
Objective-C
@interface AWSConnectEvaluationFormQuestionTypeProperties
Swift
class AWSConnectEvaluationFormQuestionTypeProperties
Information about properties for a question in an evaluation form. The question type properties must be either for a numeric question or a single select question.
-
The properties of the numeric question.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectEvaluationFormNumericQuestionProperties *_Nullable numeric;Swift
var numeric: AWSConnectEvaluationFormNumericQuestionProperties? { get set } -
The properties of the numeric question.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectEvaluationFormSingleSelectQuestionProperties *_Nullable singleSelect;Swift
var singleSelect: AWSConnectEvaluationFormSingleSelectQuestionProperties? { get set }
View on GitHub
Install in Dash
AWSConnectEvaluationFormQuestionTypeProperties Class Reference