mirror of
https://github.com/JuanCanham/skill-desktop-launcher.git
synced 2025-05-02 20:37:08 +01:00
Initial
This commit is contained in:
9
test/intent/sample1.intent.json
Normal file
9
test/intent/sample1.intent.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"utterance": "search for kittens on youtube",
|
||||
"intent_type": "SearchWebsiteIntent",
|
||||
"intent": {
|
||||
"SearchKeyword": "search",
|
||||
"Website": "youtube",
|
||||
"SearchTerms": "for kittens"
|
||||
}
|
||||
}
|
9
test/intent/sample2.intent.json
Normal file
9
test/intent/sample2.intent.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"utterance": "find puppies on wikipedia",
|
||||
"intent_type": "SearchWebsiteIntent",
|
||||
"intent": {
|
||||
"SearchKeyword": "find",
|
||||
"Website": "wikipedia",
|
||||
"SearchTerms": "puppies"
|
||||
}
|
||||
}
|
8
test/intent/sample3.intent.json
Normal file
8
test/intent/sample3.intent.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"utterance": "launch imgur",
|
||||
"intent_type": "LaunchWebsiteIntent",
|
||||
"intent": {
|
||||
"LaunchKeyword": "launch",
|
||||
"Website": "imgur"
|
||||
}
|
||||
}
|
8
test/intent/sample4.intent.json
Normal file
8
test/intent/sample4.intent.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"utterance": "open tumblr",
|
||||
"intent_type": "LaunchWebsiteIntent",
|
||||
"intent": {
|
||||
"LaunchKeyword": "open",
|
||||
"Website": "tumblr"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user