jar

io.klerch : alexa-skills-kit-tellask-java

Maven & Gradle

Jul 07, 2017
15 stars

Alexa Skills Kit Tellask SDK for Java · This SDK is an extension to the Alexa Skills SDK for Java. It provides a framework for handling speechlet requests with multi-variant utterances organized in YAML files that make it easy to create localized skills. This SDK also lets you build your skill in declarative style and avoids a lot of boilerplate code.

Table Of Contents

Latest Version

Download io.klerch : alexa-skills-kit-tellask-java JAR file - Latest Versions:

All Versions

Download io.klerch : alexa-skills-kit-tellask-java JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window alexa-skills-kit-tellask-java-0.2.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.klerch.alexa.tellask.schema.annotation

├─ io.klerch.alexa.tellask.schema.annotation.AlexaApplication.class - [JAR]

├─ io.klerch.alexa.tellask.schema.annotation.AlexaIntentListener.class - [JAR]

├─ io.klerch.alexa.tellask.schema.annotation.AlexaLaunchListener.class - [JAR]

├─ io.klerch.alexa.tellask.schema.annotation.AlexaSlotSave.class - [JAR]

io.klerch.alexa.tellask.schema.type

├─ io.klerch.alexa.tellask.schema.type.AlexaIntentType.class - [JAR]

├─ io.klerch.alexa.tellask.schema.type.AlexaOutputFormat.class - [JAR]

io.klerch.alexa.tellask.schema

├─ io.klerch.alexa.tellask.schema.AlexaIntentHandler.class - [JAR]

├─ io.klerch.alexa.tellask.schema.AlexaLaunchHandler.class - [JAR]

├─ io.klerch.alexa.tellask.schema.AlexaRequestHandler.class - [JAR]

├─ io.klerch.alexa.tellask.schema.UtteranceReader.class - [JAR]

io.klerch.alexa.tellask.util.resource

├─ io.klerch.alexa.tellask.util.resource.ResourceUtteranceReader.class - [JAR]

├─ io.klerch.alexa.tellask.util.resource.S3UtteranceReader.class - [JAR]

├─ io.klerch.alexa.tellask.util.resource.YamlReader.class - [JAR]

io.klerch.alexa.tellask.util.factory

├─ io.klerch.alexa.tellask.util.factory.AlexaIntentHandlerFactory.class - [JAR]

├─ io.klerch.alexa.tellask.util.factory.AlexaLaunchHandlerFactory.class - [JAR]

├─ io.klerch.alexa.tellask.util.factory.AlexaSpeechletFactory.class - [JAR]

io.klerch.alexa.tellask.model.wrapper

├─ io.klerch.alexa.tellask.model.wrapper.AlexaHttpServletRequest.class - [JAR]

├─ io.klerch.alexa.tellask.model.wrapper.AlexaRequestStreamHandler.class - [JAR]

├─ io.klerch.alexa.tellask.model.wrapper.AlexaSpeechlet.class - [JAR]

├─ io.klerch.alexa.tellask.model.wrapper.AlexaSpeechletResponse.class - [JAR]

├─ io.klerch.alexa.tellask.model.wrapper.AlexaSpeechletServlet.class - [JAR]

io.klerch.alexa.tellask.model

├─ io.klerch.alexa.tellask.model.AlexaInput.class - [JAR]

├─ io.klerch.alexa.tellask.model.AlexaIntentModel.class - [JAR]

├─ io.klerch.alexa.tellask.model.AlexaOutput.class - [JAR]

├─ io.klerch.alexa.tellask.model.AlexaOutputSlot.class - [JAR]

io.klerch.alexa.tellask.util

├─ io.klerch.alexa.tellask.util.AlexaRequestHandlerException.class - [JAR]

├─ io.klerch.alexa.tellask.util.ReflectionUtils.class - [JAR]

io.klerch.alexa.tellask.processor

├─ io.klerch.alexa.tellask.processor.AlexaIntentListenerProcessor.class - [JAR]

├─ io.klerch.alexa.tellask.processor.AlexaLaunchListenerProcessor.class - [JAR]