MVN

com.amazon.alexa : ask-sdk-interaction-model-mapper

Maven & Gradle

Sep 12, 2018
2 usages
12 stars

ASK SDK Interaction Model Mapper · The Interaction Model Mapper enables a code-first approach to the development of a skill by abstracting the interaction model. Alexa types such as Intents and Slots are defined as Java classes, and corresponding interaction model data such as sample utterances, prompts, synonyms, etc. are stored in resource bundles. A skill is then constructed from a collection of these entities, and the interaction model is rendered from the CLI. This abstraction enables developers to componentize and share parts of their skill with others and promotes a standard software build/deploy lifecycle for skills.

<dependency>
    <groupId>com.amazon.alexa</groupId>
    <artifactId>ask-sdk-interaction-model-mapper</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.amazon.alexa : ask-sdk-interaction-model-mapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of com.amazon.alexa : ask-sdk-interaction-model-mapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
ask-sdk-interaction-model-mapper-0.1.0

How to add a dependency to Maven

Add the following com.amazon.alexa : ask-sdk-interaction-model-mapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.amazon.alexa</groupId>
    <artifactId>ask-sdk-interaction-model-mapper</artifactId>
    <version>0.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.amazon.alexa : ask-sdk-interaction-model-mapper gradle dependency to your build.gradle file:

implementation 'com.amazon.alexa:ask-sdk-interaction-model-mapper:0.1.0'

Gradle Kotlin DSL: Add the following com.amazon.alexa : ask-sdk-interaction-model-mapper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.amazon.alexa:ask-sdk-interaction-model-mapper:0.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.amazon.alexa : ask-sdk-interaction-model-mapper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.amazon.alexa" % "ask-sdk-interaction-model-mapper" % "0.1.0"

Advertisement

Dependencies from Group

Aug 10, 2023
15 usages
810 stars
Dec 07, 2017
10 usages
810 stars
Aug 10, 2023
10 usages
810 stars
Aug 10, 2023
10 usages
810 stars
Aug 10, 2023
4 usages
810 stars

Discover Dependencies

Aug 25, 2023
16 usages
1.8k stars
Aug 25, 2023
16 usages
1.8k stars
Aug 25, 2023
23 usages
1.8k stars
Aug 25, 2023
16 usages
1.8k stars
Aug 25, 2023
35 usages
1.8k stars
Aug 25, 2023
18 usages
1.8k stars
Aug 25, 2023
16 usages
1.8k stars
Nov 16, 2018
5 usages
0 stars
Jun 14, 2023
1 usages
97 stars