mirror of
https://github.com/JuanCanham/skill-desktop-launcher.git
synced 2025-05-05 13:57:08 +01:00
Add tests for launching applications
This commit is contained in:
9
test/intent/launch.rocket.json
Normal file
9
test/intent/launch.rocket.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"utterance": "launch rocket",
|
||||
"intent_type": "LaunchDesktopApplicationIntent",
|
||||
"intent": {
|
||||
"LaunchKeyword": "launch",
|
||||
"Application": "rocket"
|
||||
}
|
||||
}
|
||||
|
8
test/intent/open.notepad.json
Normal file
8
test/intent/open.notepad.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"utterance": "open notepad",
|
||||
"intent_type": "LaunchDesktopApplicationIntent",
|
||||
"intent": {
|
||||
"LaunchKeyword": "open",
|
||||
"Application": "notepad"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user