amazonka-connect-2.0: Amazon Connect Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Connect.Types.RoutingProfileQueueConfig

Description

 
Synopsis

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

Instances details
ToJSON RoutingProfileQueueConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueConfig

Generic RoutingProfileQueueConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueConfig

Associated Types

type Rep RoutingProfileQueueConfig :: Type -> Type #

Read RoutingProfileQueueConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueConfig

Show RoutingProfileQueueConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueConfig

NFData RoutingProfileQueueConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueConfig

Eq RoutingProfileQueueConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueConfig

Hashable RoutingProfileQueueConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueConfig

type Rep RoutingProfileQueueConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueConfig

type Rep RoutingProfileQueueConfig = D1 ('MetaData "RoutingProfileQueueConfig" "Amazonka.Connect.Types.RoutingProfileQueueConfig" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "RoutingProfileQueueConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "queueReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RoutingProfileQueueReference) :*: (S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "delay") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

newRoutingProfileQueueConfig Source #

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_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.