DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download io.klerch : alexa-skills-kit-tellask-java Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.2.x

How to open Javadoc JAR file in web browser

  1. Rename the file alexa-skills-kit-tellask-java-0.2.3-javadoc.jar to alexa-skills-kit-tellask-java-0.2.3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder alexa-skills-kit-tellask-java-0.2.3-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "alexa-skills-kit-tellask-java-0.2.3-sources.jar" -d "alexa-skills-kit-tellask-java-0.2.3-javadoc" -subpackages