AgentAliasArn

data class AgentAliasArn(val value: String) : Caller

The caller's agent alias ARN.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this Caller as a AgentAliasArn and retrieves its kotlin.String value. Throws an exception if the Caller is not a AgentAliasArn.

Link copied to clipboard

Casts this Caller as a AgentAliasArn and retrieves its kotlin.String value. Returns null if the Caller is not a AgentAliasArn.