DataCard
data class DataCard( val title: String, val subtitle: String? = null, val media: List<String> = emptyList(), val actions: List<ContentData.Action> = emptyList(), val rawData: String = "") : ContentData
Content copied to clipboard
Includes a menu of up to 10 options, which offers a simple way for users to make a selection. Represents the twilio/card content type.