AWSConnectDescribeContactEvaluationResponse
Objective-C
@interface AWSConnectDescribeContactEvaluationResponse
Swift
class AWSConnectDescribeContactEvaluationResponse
-
Information about the evaluation form completed for a specific contact.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectEvaluation *_Nullable evaluation;
Swift
var evaluation: AWSConnectEvaluation? { get set }
-
Information about the evaluation form.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectEvaluationFormContent *_Nullable evaluationForm;
Swift
var evaluationForm: AWSConnectEvaluationFormContent? { get set }