tock / ai.tock.bot.connector.alexa / AlexaHandler

AlexaHandler

@ConnectorHandler("alexa") @Target([AnnotationTarget.CLASS]) annotation class AlexaHandler (source)

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.

Constructors

<init>

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.

AlexaHandler(value: KClass<out ConnectorStoryHandler<*>>)

Properties

value

val value: KClass<out ConnectorStoryHandler<*>>