tock / ai.tock.bot.connector.whatsapp / sendToWhatsApp

sendToWhatsApp

fun <T : Bus<T>> T.sendToWhatsApp(messageProvider: T.() -> WhatsAppBotMessage, delay: Long = defaultDelay(currentAnswerIndex)): T (source)

Sends an WhatsApp message only if the ConnectorType of the current BotBus is whatsAppConnectorType.