RoutingProfileQueueConfig class
Contains information about the queue and channel for which priority and delay can be set.
Constructors
- RoutingProfileQueueConfig({required int delay, required int priority, required RoutingProfileQueueReference queueReference})
Properties
- delay → int
-
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.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- priority → int
-
The order in which contacts are to be handled for the queue. For more
information, see Queues:
priority and delay.
final
- queueReference → RoutingProfileQueueReference
-
Contains information about a queue resource.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited