QuickConnectQueueQuickConnectConfig

data class QuickConnectQueueQuickConnectConfig(val contactFlowArn: String, val queueArn: String)

The queue configuration. This is required only if QuickConnectType is QUEUE.

Constructors

Link copied to clipboard
constructor(contactFlowArn: String, queueArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the flow.

Link copied to clipboard

The Amazon Resource Name (ARN) of the queue.