AWSConnectSearchContactsResponse
Objective-C
@interface AWSConnectSearchContactsResponse
Swift
class AWSConnectSearchContactsResponse
-
Information about the contacts.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectContactSearchSummary *> *_Nullable contacts;
Swift
var contacts: [AWSConnectContactSearchSummary]? { get set }
-
If there are additional results, this is the token for the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
The total number of contacts which matched your search query.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable totalCount;
Swift
var totalCount: NSNumber? { get set }