Package 

Annotation AlexaHandler


  • @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.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final KClass<out ConnectorStoryHandler<?>> value
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class kotlin.Annotation

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait