Add tests for launching applications

This commit is contained in:
Åke Forslund
2019-11-06 15:07:18 +01:00
parent a869615d8e
commit 3cd6f03629
3 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"utterance": "launch rocket",
"intent_type": "LaunchDesktopApplicationIntent",
"intent": {
"LaunchKeyword": "launch",
"Application": "rocket"
}
}

View File

@ -0,0 +1,8 @@
{
"utterance": "open notepad",
"intent_type": "LaunchDesktopApplicationIntent",
"intent": {
"LaunchKeyword": "open",
"Application": "notepad"
}
}