AWSConnectRoutingProfileSearchCriteria
Objective-C
@interface AWSConnectRoutingProfileSearchCriteria
Swift
class AWSConnectRoutingProfileSearchCriteria
The search criteria to be used to return routing profiles.
The name and description fields support “contains” queries with a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results.
-
A list of conditions which would be applied together with an AND condition.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectRoutingProfileSearchCriteria *> *_Nullable andConditions;Swift
var andConditions: [AWSConnectRoutingProfileSearchCriteria]? { get set } -
A list of conditions which would be applied together with an OR condition.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectRoutingProfileSearchCriteria *> *_Nullable orConditions;Swift
var orConditions: [AWSConnectRoutingProfileSearchCriteria]? { get set } -
A leaf node condition which can be used to specify a string condition.
The currently supported values for
FieldNameareassociatedQueueIds,name,description, andresourceID.Declaration
Objective-C
@property (nonatomic, strong) AWSConnectStringCondition *_Nullable stringCondition;Swift
var stringCondition: AWSConnectStringCondition? { get set }
View on GitHub
Install in Dash
AWSConnectRoutingProfileSearchCriteria Class Reference