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.

Лицензия

Лицензия

Группа

Группа

io.klerch
Идентификатор

Идентификатор

alexa.utterances
Последняя версия

Последняя версия

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/KayLerch/alexa-utterance-generator
Система контроля версий

Система контроля версий

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

Скачать alexa.utterances

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.2.0

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2.0.0