CallToAction
data class CallToAction(val body: String, val actions: List<ContentData.Action>, val rawData: String = "") : ContentData
Buttons let recipients tap to trigger actions such as launching a website or making a phone call. Represents the twilio/call-to-action content type.