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

BotMessage

interface BotMessage (source)

Properties

delay

The delay to wait before sending this message.

abstract val delay: Long

Inheritors

Card

data class Card : BotMessage

Carousel

A list fo Cards.

data class Carousel : BotMessage

CustomMessage

data class CustomMessage : BotMessage

Sentence

data class Sentence : BotMessage