batch test intents only (#94)
This commit is contained in:
Родитель
53f9cc7f5b
Коммит
93c6260b4e
|
@ -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": []
|
||||
}
|
Загрузка…
Ссылка в новой задаче