Package ai.tock.bot.connector.alexa
Annotation AlexaHandler
-
- All Implemented Interfaces:
@ConnectorHandler(connectorTypeId = "alexa")@Target(allowedTargets = {AnnotationTarget.CLASS}) public @interface AlexaHandler
To specify ConnectorStoryHandler for Alexa connector. KClass passed as value of this annotation must have a primary constructor with a single not optional StoryHandlerDefinitionBase argument.