Class AlcmeonConnector

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

    
    public final class AlcmeonConnector
    extends ConnectorBase
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      AlcmeonConnector(String connectorId, String path, String description, Handler<RoutingContext> authorisationHandler)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit register(ConnectorController controller)
      Function1<BotBus, ConnectorMessage> addSuggestions(CharSequence text, List<CharSequence> suggestions)
      Boolean canHandleMessageFor(ConnectorType otherConnectorType)
      Unit send(Event event, ConnectorCallback callback, Long delayInMs)
      • Methods inherited from class ai.tock.bot.connector.ConnectorBase

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

        addSuggestions, endProactiveConversation, flushProactiveConversation, getPersistProfileLoaded, hasFeature, loadProfile, notify, refreshProfile, startProactiveConversation, toConnectorMessage, unregister
      • Methods inherited from class java.lang.Object

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