data class Button
(source)
A Slack button: https://api.slack.com/reference/messaging/block-elements#button
<init> |
A Slack button: https://api.slack.com/reference/messaging/block-elements#button Button(name: String, text: String = "", value: String, type: String = "button") |
name |
val name: String |
text |
val text: String |
type |
val type: String |
value |
val value: String |
toChoice |
fun toChoice(): Choice |