Get Agent Alias Result
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)
Properties
Link copied to clipboard
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
Id for an Agent Alias generated at the server side.
Link copied to clipboard
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
Description of the Resource.
Link copied to clipboard
Routing configuration for an Agent alias.