This commit is contained in:
Dina Berry 2018-03-04 07:05:02 -08:00 коммит произвёл GitHub
Родитель 53f9cc7f5b
Коммит 93c6260b4e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 31 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,31 @@
[
{
"text": "lobby on please",
"intent": "HomeAutomation.TurnOn",
"entities": []
},
{
"text": "change temperature to seventy one degrees",
"intent": "HomeAutomation.TurnOn",
"entities": []
},
{
"text": "where is my pizza",
"intent": "None",
"entities": []
},
{
"text": "call Jack at work",
"intent": "None",
"entities": []
},
{
"text": "breezeway off please",
"intent": "HomeAutomation.TurnOff",
"entities": []
},
{
"text": "coffee bar off please",
"intent": "HomeAutomation.TurnOff",
"entities": []
}