AWSConnectUpdateContactEvaluationResponse

Objective-C

@interface AWSConnectUpdateContactEvaluationResponse

Swift

class AWSConnectUpdateContactEvaluationResponse
  • 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 }
  • A unique identifier for the contact evaluation.

    Declaration

    Objective-C

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

    Swift

    var evaluationId: String? { get set }