Package ai.tock.bot.connector.whatsapp
Class WhatsAppConnector
-
- All Implemented Interfaces:
-
ai.tock.bot.connector.Connector
public final class WhatsAppConnector extends ConnectorBase
-
-
Field Summary
Fields Modifier and Type Field Description private final StringapplicationIdprivate final ConnectorTypeconnectorTypeprivate final BooleanpersistProfileLoadedprivate final Set<ConnectorFeature>supportedFeatures
-
Method Summary
Modifier and Type Method Description final StringgetApplicationId()Unitregister(ConnectorController controller)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, addSuggestions, canHandleMessageFor, 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
-
-