data class Sentence : BotMessage (source)
<init> |
Sentence(text: I18nText, suggestions: List<Suggestion> = emptyList(), delay: Long = 0) |
delay |
The delay to wait before sending this message. val delay: Long |
suggestions |
val suggestions: List<Suggestion> |
text |
val text: I18nText |