RoutingCriteria

Latest routing criteria on the contact.

Types

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

Properties

Link copied to clipboard
val activationTimestamp: <Error class: unknown class>?

The timestamp indicating when the routing criteria is set to active. A routing criteria is activated when contact is transferred to a queue. ActivationTimestamp will be set on routing criteria for contacts in agent queue even though Routing criteria is never activated for contacts in agent queue.

Link copied to clipboard
val index: Int?

Information about the index of the routing criteria.

Link copied to clipboard
val steps: List<Step>?

List of routing steps. When Amazon Connect does not find an available agent meeting the requirements in a step for a given step duration, the routing criteria will move on to the next step sequentially until a join is completed with an agent. When all steps are exhausted, the contact will be offered to any agent in the queue.

Functions

Link copied to clipboard
inline fun copy(block: RoutingCriteria.Builder.() -> Unit = {}): RoutingCriteria
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