MessageTemplateAgentAttributes

data class MessageTemplateAgentAttributes(val firstName: String? = null, val lastName: String? = null)

The agent attributes that are used with the message template.

Constructors

Link copied to clipboard
constructor(firstName: String? = null, lastName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val firstName: String? = null

The agent’s first name as entered in their Amazon Connect user account.

Link copied to clipboard
val lastName: String? = null

The agent’s last name as entered in their Amazon Connect user account.