QuickReply
data class QuickReply(val body: String, val replies: List<ContentData.Reply>, val rawData: String = "") : ContentData
Let recipients tap, rather than type, to respond to the message. Represents the twilio/quick-reply content type.