fun <T : Bus<T>> T.sendToAlexa(messageProvider: T.() -> AlexaMessage, delay: Long = defaultDelay(currentAnswerIndex)): T
Sends an Alexa message only if the ConnectorType of the current BotBus is alexaConnectorType.