Message Template Attributes
data class MessageTemplateAttributes(val agentAttributes: MessageTemplateAgentAttributes? = null, val customAttributes: Map<String, String>? = null, val customerProfileAttributes: MessageTemplateCustomerProfileAttributes? = null, val systemAttributes: MessageTemplateSystemAttributes? = null)
An object that specifies the default values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template. The corresponding value defines the default value for that variable.
Constructors
Link copied to clipboard
constructor(agentAttributes: MessageTemplateAgentAttributes? = null, customAttributes: Map<String, String>? = null, customerProfileAttributes: MessageTemplateCustomerProfileAttributes? = null, systemAttributes: MessageTemplateSystemAttributes? = null)
Properties
Link copied to clipboard
The agent attributes that are used with the message template.
Link copied to clipboard
The custom attributes that are used with the message template.
Link copied to clipboard
The customer profile attributes that are used with the message template.
Link copied to clipboard
The system attributes that are used with the message template.