tock / ai.tock.bot.connector.twitter.model / Option

Option

data class Option : AbstractOption (source)

Properties

description

val description: String

label

val label: String

metadata

val metadata: String

Functions

toChoice

fun toChoice(): Choice

Companion Object Functions

of

fun of(label: String, description: String, metadata: String): Option