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