RoutingProfile

Contains information about a routing profile.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.

Link copied to clipboard

The IDs of the associated queue.

Link copied to clipboard

The identifier of the default outbound queue for this routing profile.

Link copied to clipboard

The description of the routing profile.

Link copied to clipboard

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Link copied to clipboard

Whether this a default routing profile.

Link copied to clipboard

The Amazon Web Services Region where this resource was last modified.

Link copied to clipboard

The timestamp when this resource was last modified.

Link copied to clipboard

The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.

Link copied to clipboard
val name: String?

The name of the routing profile.

Link copied to clipboard

The number of associated queues in routing profile.

Link copied to clipboard

The number of associated users in routing profile.

Link copied to clipboard

The Amazon Resource Name (ARN) of the routing profile.

Link copied to clipboard

The identifier of the routing profile.

Link copied to clipboard

The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

Functions

Link copied to clipboard
inline fun copy(block: RoutingProfile.Builder.() -> Unit = {}): RoutingProfile
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String