AWSConnectEvaluationNote

Objective-C

@interface AWSConnectEvaluationNote

Swift

class AWSConnectEvaluationNote

Information about notes for a contact evaluation.

  • The note for an item (section or question) in a contact evaluation.

    Declaration

    Objective-C

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

    Swift

    var value: String? { get set }