CallToAction
data class CallToAction( val body: String, val actions: List<ContentData.Action>, val rawData: String = "") : ContentData
Content copied to clipboard
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.
Constructors
Link copied to clipboard
fun CallToAction( body: String, actions: List<ContentData.Action>, rawData: String = "")
Content copied to clipboard