AWSConnectEvaluationFormNumericQuestionAutomation
Objective-C
@interface AWSConnectEvaluationFormNumericQuestionAutomation
Swift
class AWSConnectEvaluationFormNumericQuestionAutomation
Information about the automation configuration in numeric questions.
-
The property value of the automation.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectNumericQuestionPropertyValueAutomation *_Nullable propertyValue;
Swift
var propertyValue: AWSConnectNumericQuestionPropertyValueAutomation? { get set }