Class ConnectorBase

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

    
    public abstract class ConnectorBase
     implements Connector
                        

    Base implementation of Connector. Connector implementations should usually extend this class.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ConnectorType getConnectorType() The type of the connector.
      Set<ConnectorFeature> getSupportedFeatures() Supported features.
      String toString() Returns connectorType.
      • Methods inherited from class ai.tock.bot.connector.Connector

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

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