Last Version

Alexa Skill Schema Generator 2.0.0

This is a handy tool many developers already use to create better interaction models for their custom Alexa skills. The tool introduces an easy to read grammar for generating hundreds and thousands of variant sample utterances and slot values with just a few written lines. The resulting JSON file can be used to upload the model to your Alexa skill right away either via your web browser into Alexa skill builder interface or with help of SMAPI.

License

License

GroupId

GroupId

io.klerch
ArtifactId

ArtifactId

alexa.utterances
Version

Version

2.0.0
Type

Type

jar
Description

Description

Alexa Skill Schema Generator
This is a handy tool many developers already use to create better interaction models for their custom Alexa skills. The tool introduces an easy to read grammar for generating hundreds and thousands of variant sample utterances and slot values with just a few written lines. The resulting JSON file can be used to upload the model to your Alexa skill right away either via your web browser into Alexa skill builder interface or with help of SMAPI.
Project URL

Project URL

https://github.com/KayLerch/alexa-utterance-generator
Source Code Management

Source Code Management

https://github.com/KayLerch/alexa-utterance-generator

Download alexa.utterances 2.0.0


<!-- https://jarcasting.com/artifacts/io.klerch/alexa.utterances/ -->
<dependency>
    <groupId>io.klerch</groupId>
    <artifactId>alexa.utterances</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.klerch/alexa.utterances/
implementation 'io.klerch:alexa.utterances:2.0.0'
// https://jarcasting.com/artifacts/io.klerch/alexa.utterances/
implementation ("io.klerch:alexa.utterances:2.0.0")
'io.klerch:alexa.utterances:jar:2.0.0'
<dependency org="io.klerch" name="alexa.utterances" rev="2.0.0">
  <artifact name="alexa.utterances" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.klerch', module='alexa.utterances', version='2.0.0')
)
libraryDependencies += "io.klerch" % "alexa.utterances" % "2.0.0"
[io.klerch/alexa.utterances "2.0.0"]

Dependencies

compile (7)

Group / Artifact Type Version
com.amazonaws : aws-lambda-java-core jar 1.2.0
org.apache.commons : commons-lang3 jar 3.6
org.apache.commons : commons-text jar 1.4
info.picocli : picocli jar 3.4.0
com.fasterxml.jackson.core : jackson-core jar 2.9.6
com.fasterxml.jackson.core : jackson-databind jar 2.9.6
com.fasterxml.jackson.core : jackson-annotations jar 2.9.6

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.2.0

Project Modules

There are no modules declared in this project.