RoutingProfileQueueConfigSummary class

Contains summary information about a routing profile queue.

Constructors

RoutingProfileQueueConfigSummary({required Channel channel, required int delay, required int priority, required String queueArn, required String queueId, required String queueName})
RoutingProfileQueueConfigSummary.fromJson(Map<String, dynamic> json)
factory

Properties

channel Channel
The channels this queue supports.
final
delay int
The delay, in seconds, that 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
queueArn String
The Amazon Resource Name (ARN) of the queue.
final
queueId String
The identifier of the queue.
final
queueName String
The name of the queue.
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited