AWSConnectUpdateEvaluationFormResponse
Objective-C
@interface AWSConnectUpdateEvaluationFormResponse
Swift
class AWSConnectUpdateEvaluationFormResponse
-
The Amazon Resource Name (ARN) for the contact evaluation resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable evaluationFormArn;
Swift
var evaluationFormArn: String? { get set }
-
The unique identifier for the evaluation form.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable evaluationFormId;
Swift
var evaluationFormId: String? { get set }
-
The version of the updated evaluation form resource.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable evaluationFormVersion;
Swift
var evaluationFormVersion: NSNumber? { get set }