Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data QueueQuickConnectConfig = QueueQuickConnectConfig' {
- queueId :: Text
- contactFlowId :: Text
- newQueueQuickConnectConfig :: Text -> Text -> QueueQuickConnectConfig
- queueQuickConnectConfig_queueId :: Lens' QueueQuickConnectConfig Text
- queueQuickConnectConfig_contactFlowId :: Lens' QueueQuickConnectConfig Text
Documentation
data QueueQuickConnectConfig Source #
Contains information about a queue for a quick connect. The contact flow must be of type Transfer to Queue.
See: newQueueQuickConnectConfig
smart constructor.
QueueQuickConnectConfig' | |
|
Instances
newQueueQuickConnectConfig Source #
:: Text | |
-> Text | |
-> QueueQuickConnectConfig |
Create a value of QueueQuickConnectConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:queueId:QueueQuickConnectConfig'
, queueQuickConnectConfig_queueId
- The identifier for the queue.
$sel:contactFlowId:QueueQuickConnectConfig'
, queueQuickConnectConfig_contactFlowId
- The identifier of the contact flow.
queueQuickConnectConfig_queueId :: Lens' QueueQuickConnectConfig Text Source #
The identifier for the queue.
queueQuickConnectConfig_contactFlowId :: Lens' QueueQuickConnectConfig Text Source #
The identifier of the contact flow.