MessageTemplateSystemEndpointAttributes

data class MessageTemplateSystemEndpointAttributes(val address: String? = null)

The system endpoint attributes that are used with the message template.

Constructors

Link copied to clipboard
constructor(address: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

The customer's phone number if used with customerEndpoint, or the number the customer dialed to call your contact center if used with systemEndpoint.