fun <T : Bus<T>> T.withAlexa(messageProvider: () -> AlexaMessage): T
Adds an Alexa ConnectorMessage if the current connector is Alexa. You need to call BotBus.send or BotBus.end later to send this message.