AWSConnectEvaluationScore

Objective-C

@interface AWSConnectEvaluationScore

Swift

class AWSConnectEvaluationScore

Information about scores of a contact evaluation item (section or question).

  • The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag will be true.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable automaticFail;

    Swift

    var automaticFail: NSNumber? { get set }
  • The flag to mark the item as not applicable for scoring.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable notApplicable;

    Swift

    var notApplicable: NSNumber? { get set }
  • The score percentage for an item in a contact evaluation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable percentage;

    Swift

    var percentage: NSNumber? { get set }