GetAgentAliasResult

data class GetAgentAliasResult(val agentAliasArn: String? = null, val agentAliasHistoryEvents: List<AgentAliasHistoryEvent>? = null, val agentAliasId: String? = null, val agentAliasName: String? = null, val agentAliasStatus: AgentAliasStatus? = null, val createdAt: String? = null, val description: String? = null, val routingConfiguration: List<AgentAliasRoutingConfigurationListItem>? = null, val tags: Map<String, String>? = null, val updatedAt: String? = null)

Constructors

Link copied to clipboard
constructor(agentAliasArn: String? = null, agentAliasHistoryEvents: List<AgentAliasHistoryEvent>? = null, agentAliasId: String? = null, agentAliasName: String? = null, agentAliasStatus: AgentAliasStatus? = null, createdAt: String? = null, description: String? = null, routingConfiguration: List<AgentAliasRoutingConfigurationListItem>? = null, tags: Map<String, String>? = null, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val agentAliasArn: String? = null

Arn representation of the Agent Alias.

Link copied to clipboard

The list of history events for an alias for an Agent.

Link copied to clipboard
val agentAliasId: String? = null

Id for an Agent Alias generated at the server side.

Link copied to clipboard
val agentAliasName: String? = null

Name for a resource.

Link copied to clipboard

The status of the alias of the agent and whether it is ready for use. The following statuses are possible:

Link copied to clipboard
val createdAt: String? = null

Time Stamp.

Link copied to clipboard
val description: String? = null

Description of the Resource.

Link copied to clipboard

Routing configuration for an Agent alias.

Link copied to clipboard
val tags: Map<String, String>? = null

Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:

Link copied to clipboard
val updatedAt: String? = null

Time Stamp.