RoutingProfile class
Contains information about a routing profile.
Constructors
-
RoutingProfile({String? defaultOutboundQueueId, String? description, String? instanceId, List<
MediaConcurrency> ? mediaConcurrencies, String? name, String? routingProfileArn, String? routingProfileId, Map<String, String> ? tags}) -
RoutingProfile.fromJson(Map<
String, dynamic> json) -
factory
Properties
- defaultOutboundQueueId → String?
-
The identifier of the default outbound queue for this routing profile.
final
- description → String?
-
The description of the routing profile.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceId → String?
-
The identifier of the Amazon Connect instance.
final
-
mediaConcurrencies
→ List<
MediaConcurrency> ? -
The channels agents can handle in the Contact Control Panel (CCP) for this
routing profile.
final
- name → String?
-
The name of the routing profile.
final
- routingProfileArn → String?
-
The Amazon Resource Name (ARN) of the routing profile.
final
- routingProfileId → String?
-
The identifier of the routing profile.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
One or more tags.
final
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