AWSConnectListContactEvaluationsResponse
Objective-C
@interface AWSConnectListContactEvaluationsResponse
Swift
class AWSConnectListContactEvaluationsResponse
-
Provides details about a list of contact evaluations belonging to an instance.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectEvaluationSummary *> *_Nullable evaluationSummaryList;
Swift
var evaluationSummaryList: [AWSConnectEvaluationSummary]? { get set }
-
If there are additional results, this is the token for the next set of results.
This is always returned as null in the response.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }