skill-desktop-launcher/test/intent/sample1.intent.json
Augusto Monteiro 'Sparky b90154c7d2 Initial
2017-04-04 11:04:14 -07:00

9 lines
199 B
JSON

{
"utterance": "search for kittens on youtube",
"intent_type": "SearchWebsiteIntent",
"intent": {
"SearchKeyword": "search",
"Website": "youtube",
"SearchTerms": "for kittens"
}
}