AgentAliasHistoryEvent

data class AgentAliasHistoryEvent(val endDate: String? = null, val routingConfiguration: List<AgentAliasRoutingConfigurationListItem>? = null, val startDate: String? = null)

History event for an alias for an Agent.

Constructors

Link copied to clipboard
constructor(endDate: String? = null, routingConfiguration: List<AgentAliasRoutingConfigurationListItem>? = null, startDate: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endDate: String? = null

Time Stamp.

Link copied to clipboard

Routing configuration for an Agent alias.

Link copied to clipboard
val startDate: String? = null

Time Stamp.