Class AlexaConnector

  • All Implemented Interfaces:
    ai.tock.bot.connector.Connector

    
    public final class AlexaConnector
    extends ConnectorBase
                        

    Connector for Amazon Alexa.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getApplicationId()
      final String getPath()
      final AlexaTockMapper getAlexaTockMapper()
      Unit register(ConnectorController controller)
      Unit send(Event event, ConnectorCallback callback, Long delayInMs)
      Function1<BotBus, List<ConnectorMessage>> toConnectorMessage(MediaMessage message)
      • Methods inherited from class ai.tock.bot.connector.ConnectorBase

        getConnectorType, getSupportedFeatures, toString
      • Methods inherited from class ai.tock.bot.connector.Connector

        addSuggestions, addSuggestions, canHandleMessageFor, getPersistProfileLoaded, hasFeature, loadProfile, notify, refreshProfile, unregister
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait