data class WebButton
(source)
<init> |
WebButton(title: String, payload: String? = null, imageUrl: String? = null) |
imageUrl |
val imageUrl: String? |
payload |
val payload: String? |
title |
val title: String |
toChoice |
fun toChoice(): Choice |