Package ai.tock.bot.connector.alcmeon
Class AlcmeonConnector
-
- All Implemented Interfaces:
-
ai.tock.bot.connector.Connector
public final class AlcmeonConnector extends ConnectorBase
-
-
Field Summary
Fields Modifier and Type Field Description private final ConnectorTypeconnectorTypeprivate final BooleanpersistProfileLoadedprivate final Set<ConnectorFeature>supportedFeatures
-
Constructor Summary
Constructors Constructor Description AlcmeonConnector(String connectorId, String path, String description, Handler<RoutingContext> authorisationHandler)
-
Method Summary
Modifier and Type Method Description Unitregister(ConnectorController controller)Function1<BotBus, ConnectorMessage>addSuggestions(CharSequence text, List<CharSequence> suggestions)BooleancanHandleMessageFor(ConnectorType otherConnectorType)Unitsend(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
-
-
Method Detail
-
addSuggestions
Function1<BotBus, ConnectorMessage> addSuggestions(CharSequence text, List<CharSequence> suggestions)
-
canHandleMessageFor
Boolean canHandleMessageFor(ConnectorType otherConnectorType)
-
-
-
-