AWSConnectStep
Objective-C
@interface AWSConnectStep
Swift
class AWSConnectStep
Step signifies the criteria to be used for routing to an agent
-
An object to specify the expiration of a routing step.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectExpiry *_Nullable expiry;Swift
var expiry: AWSConnectExpiry? { get set } -
A tagged union to specify expression for a routing step.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectExpression *_Nullable expression;Swift
var expression: AWSConnectExpression? { get set } -
Represents status of the Routing step.
Declaration
Objective-C
@property (nonatomic) AWSConnectRoutingCriteriaStepStatus status;Swift
var status: AWSConnectRoutingCriteriaStepStatus { get set }
View on GitHub
Install in Dash
AWSConnectStep Class Reference