tock / ai.tock.bot.api.client / ClientBus / newCard

newCard

open fun newCard(title: CharSequence? = null, subTitle: CharSequence? = null, attachment: Attachment? = null, actions: List<Action> = emptyList(), delay: Long = defaultDelay(currentAnswerIndex)): Card (source)
open fun newCard(title: CharSequence? = null, subTitle: CharSequence? = null, attachment: Attachment? = null, vararg actions: Action, delay: Long = defaultDelay(currentAnswerIndex)): Card (source)

Creates a new Card.