skill-desktop-launcher/test/intent/sample1.intent.json

9 lines
199 B
JSON
Raw Normal View History

2017-04-04 19:04:14 +01:00
{
"utterance": "search for kittens on youtube",
"intent_type": "SearchWebsiteIntent",
"intent": {
"SearchKeyword": "search",
"Website": "youtube",
"SearchTerms": "for kittens"
}
}