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