AWSConnectQueueQuickConnectConfig
Objective-C
@interface AWSConnectQueueQuickConnectConfig
Swift
class AWSConnectQueueQuickConnectConfig
Contains information about a queue for a quick connect. The flow must be of type Transfer to Queue.
Required parameters: [QueueId, ContactFlowId]
-
The identifier of the flow.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable contactFlowId;Swift
var contactFlowId: String? { get set } -
The identifier for the queue.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable queueId;Swift
var queueId: String? { get set }
View on GitHub
Install in Dash
AWSConnectQueueQuickConnectConfig Class Reference