MessageTemplateAgentAttributesArgs

data class MessageTemplateAgentAttributesArgs(val firstName: Output<String>? = null, val lastName: Output<String>? = null) : ConvertibleToJava<MessageTemplateAgentAttributesArgs>

The agent attributes that are used with the message template.

Constructors

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

Properties

Link copied to clipboard
val firstName: Output<String>? = null

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

Link copied to clipboard
val lastName: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): MessageTemplateAgentAttributesArgs