Package ai.tock.bot.connector.alexa
Class AlexaConnector
-
- All Implemented Interfaces:
-
ai.tock.bot.connector.Connector
public final class AlexaConnector extends ConnectorBaseConnector for Amazon Alexa.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringapplicationIdprivate final Stringpathprivate final AlexaTockMapperalexaTockMapperprivate final ConnectorTypeconnectorTypeprivate final BooleanpersistProfileLoadedprivate final Set<ConnectorFeature>supportedFeatures
-
Method Summary
Modifier and Type Method Description final StringgetApplicationId()final StringgetPath()final AlexaTockMappergetAlexaTockMapper()Unitregister(ConnectorController controller)Unitsend(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
-
-
Method Detail
-
getApplicationId
final String getApplicationId()
-
getAlexaTockMapper
final AlexaTockMapper getAlexaTockMapper()
-
toConnectorMessage
Function1<BotBus, List<ConnectorMessage>> toConnectorMessage(MediaMessage message)
-
-
-
-