| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Connect.Types.QueueQuickConnectConfig
Description
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 flow must be of type Transfer to Queue.
See: newQueueQuickConnectConfig smart constructor.
Constructors
| QueueQuickConnectConfig' | |
Fields
| |
Instances
newQueueQuickConnectConfig Source #
Arguments
| :: 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 flow.
queueQuickConnectConfig_queueId :: Lens' QueueQuickConnectConfig Text Source #
The identifier for the queue.
queueQuickConnectConfig_contactFlowId :: Lens' QueueQuickConnectConfig Text Source #
The identifier of the flow.