AWSConnectEvaluationMetadata

Objective-C

@interface AWSConnectEvaluationMetadata

Swift

class AWSConnectEvaluationMetadata

Metadata information about a contact evaluation.

Required parameters: [ContactId, EvaluatorArn]

  • The identifier of the agent who performed the contact.

    Declaration

    Objective-C

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

    Swift

    var contactAgentId: String? { get set }
  • The identifier of the contact in this instance of Amazon Connect.

    Declaration

    Objective-C

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

    Swift

    var contactId: 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 overall score of the contact evaluation.

    Declaration

    Objective-C

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

    Swift

    var score: AWSConnectEvaluationScore? { get set }