AWSConnectEvaluationSummary

Objective-C

@interface AWSConnectEvaluationSummary

Swift

class AWSConnectEvaluationSummary

Summary information about a contact evaluation.

Required parameters: [EvaluationId, EvaluationArn, EvaluationFormTitle, EvaluationFormId, Status, EvaluatorArn, CreatedTime, LastModifiedTime]

  • The timestamp for when the evaluation was created.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable createdTime;

    Swift

    var createdTime: Date? { get set }
  • The Amazon Resource Name (ARN) for the contact evaluation resource.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable evaluationArn;

    Swift

    var evaluationArn: 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 }
  • A title of the evaluation form.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable evaluationFormTitle;

    Swift

    var evaluationFormTitle: String? { get set }
  • A unique identifier for the contact evaluation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable evaluationId;

    Swift

    var evaluationId: String? { get set }
  • The Amazon Resource Name (ARN) of the user who last updated the evaluation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable evaluatorArn;

    Swift

    var evaluatorArn: String? { get set }
  • The timestamp for when the evaluation was last updated.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable lastModifiedTime;

    Swift

    var lastModifiedTime: Date? { get set }
  • The overall score of the contact evaluation.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSConnectEvaluationScore *_Nullable score;

    Swift

    var score: AWSConnectEvaluationScore? { get set }
  • The status of the contact evaluation.

    Declaration

    Objective-C

    @property (nonatomic) AWSConnectEvaluationStatus status;

    Swift

    var status: AWSConnectEvaluationStatus { get set }