data class CallButton : Button
CallButton(title: String, payload: String)
val payload: String
val title: String
fun toChoice(): Choice