tock / ai.tock.bot.connector.web / WebButton

WebButton

data class WebButton (source)
Deprecated: Use the WebBuilders methods to create buttons

Constructors

<init>

WebButton(title: String, payload: String? = null, imageUrl: String? = null)

Properties

imageUrl

val imageUrl: String?

payload

val payload: String?

title

val title: String

Functions

toChoice

fun toChoice(): Choice