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 RoutingProfileQueueReference = RoutingProfileQueueReference' {}
- newRoutingProfileQueueReference :: Text -> Channel -> RoutingProfileQueueReference
- routingProfileQueueReference_queueId :: Lens' RoutingProfileQueueReference Text
- routingProfileQueueReference_channel :: Lens' RoutingProfileQueueReference Channel
Documentation
data RoutingProfileQueueReference Source #
Contains the channel and queue identifier for a routing profile.
See: newRoutingProfileQueueReference
smart constructor.
Instances
newRoutingProfileQueueReference Source #
Create a value of RoutingProfileQueueReference
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:RoutingProfileQueueReference'
, routingProfileQueueReference_queueId
- The identifier for the queue.
$sel:channel:RoutingProfileQueueReference'
, routingProfileQueueReference_channel
- The channels agents can handle in the Contact Control Panel (CCP) for
this routing profile.
routingProfileQueueReference_queueId :: Lens' RoutingProfileQueueReference Text Source #
The identifier for the queue.
routingProfileQueueReference_channel :: Lens' RoutingProfileQueueReference Channel Source #
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.