/
rnekrasov
/
Python
Обзор
Документация
Войти
/
rnekrasov
/
Python
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
news_intent_schema.json
51 строка
980 B
Jérôme Krell
Reformat Code by PyCharm-Community
10 окт 2019, 15:22
10 окт 2019, 15:22
45897fa
Код
Авторство
О чём код?
{ "interactionModel": { "languageModel": { "invocationName": "reddit news", "intents": [ { "name": "AMAZON.CancelIntent", "samples": [] }, { "name": "AMAZON.HelpIntent", "samples": [] }, { "name": "AMAZON.StopIntent", "samples": [] }, { "name": "AMAZON.NavigateHomeIntent", "samples": [] }, { "name": "YesIntent", "slots": [], "samples": [ "start", "sure", "yes" ] }, { "name": "NooIntent", "slots": [], "samples": [ "go away", "no" ] }, { "name": "AMAZON.FallbackIntent", "samples": [] }, { "name": "AMAZON.NoIntent", "samples": [] } ], "types": [] } } }