tock / ai.tock.bot.api.model.message.bot / Sentence

Sentence

data class Sentence : BotMessage (source)

Constructors

<init>

Sentence(text: I18nText, suggestions: List<Suggestion> = emptyList(), delay: Long = 0)

Properties

delay

The delay to wait before sending this message.

val delay: Long

suggestions

val suggestions: List<Suggestion>

text

val text: I18nText