| 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.RoutingProfileQueueConfig
Description
Synopsis
- data RoutingProfileQueueConfig = RoutingProfileQueueConfig' {}
- newRoutingProfileQueueConfig :: RoutingProfileQueueReference -> Natural -> Natural -> RoutingProfileQueueConfig
- routingProfileQueueConfig_queueReference :: Lens' RoutingProfileQueueConfig RoutingProfileQueueReference
- routingProfileQueueConfig_priority :: Lens' RoutingProfileQueueConfig Natural
- routingProfileQueueConfig_delay :: Lens' RoutingProfileQueueConfig Natural
Documentation
data RoutingProfileQueueConfig Source #
Contains information about the queue and channel for which priority and delay can be set.
See: newRoutingProfileQueueConfig smart constructor.
Constructors
| RoutingProfileQueueConfig' | |
Fields
| |
Instances
newRoutingProfileQueueConfig Source #
Arguments
| :: RoutingProfileQueueReference | |
| -> Natural | |
| -> Natural | |
| -> RoutingProfileQueueConfig |
Create a value of RoutingProfileQueueConfig 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:queueReference:RoutingProfileQueueConfig', routingProfileQueueConfig_queueReference - Contains information about a queue resource.
$sel:priority:RoutingProfileQueueConfig', routingProfileQueueConfig_priority - The order in which contacts are to be handled for the queue. For more
information, see
Queues: priority and delay.
$sel:delay:RoutingProfileQueueConfig', routingProfileQueueConfig_delay - The delay, in seconds, a contact should be in the queue before they are
routed to an available agent. For more information, see
Queues: priority and delay
in the Amazon Connect Administrator Guide.
routingProfileQueueConfig_queueReference :: Lens' RoutingProfileQueueConfig RoutingProfileQueueReference Source #
Contains information about a queue resource.
routingProfileQueueConfig_priority :: Lens' RoutingProfileQueueConfig Natural Source #
The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
routingProfileQueueConfig_delay :: Lens' RoutingProfileQueueConfig Natural Source #
The delay, in seconds, a contact should be in the queue before they are routed to an available agent. For more information, see Queues: priority and delay in the Amazon Connect Administrator Guide.