forked from MycroftAI/mycroft-core
-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Denix <[email protected]>
- Loading branch information
1 parent
03a4b64
commit e0031a3
Showing
1 changed file
with
114 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,115 @@ | ||
{ | ||
"stop.intent": [ | ||
"basta", | ||
"smettila", | ||
"fermati", | ||
"stop", | ||
"piantala" | ||
] | ||
} | ||
"play.intent": [ | ||
"(riproduci|inizia) {query}", | ||
"cerca (common play|ocp|ovos common play|O C P) per {query}", | ||
"cerca (ovos|open voice os) media per {query}", | ||
"cerca {query} in (common play|ocp|ovos common play|O C P)", | ||
"cerca {query} in (ovos|open voice os) media" | ||
], | ||
"like_song.intent": [ | ||
"mi piace (questo|questa) qui", | ||
"mi piace (questa|questo)(canzone|musica|suono|concerto)", | ||
"bella (canzone|musica)", | ||
null | ||
], | ||
"stop.intent": [ | ||
"basta", | ||
"smettila", | ||
"fermati", | ||
"stop", | ||
"piantala", | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null | ||
], | ||
"next.intent": [ | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null | ||
], | ||
"resume.intent": [ | ||
null, | ||
null, | ||
null | ||
], | ||
"read.intent": [ | ||
null, | ||
null, | ||
null | ||
], | ||
"prev.intent": [ | ||
null, | ||
null, | ||
null, | ||
null, | ||
null | ||
], | ||
"global_stop.intent": [ | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null, | ||
null | ||
], | ||
"pause.intent": [ | ||
null, | ||
null | ||
], | ||
"open.intent": [ | ||
null, | ||
null, | ||
null, | ||
null | ||
], | ||
"featured.intent": [ | ||
null, | ||
null | ||
], | ||
"play_favorites.intent": [ | ||
null, | ||
null | ||
], | ||
"media_stop.intent": [ | ||
null, | ||
null, | ||
null | ||
] | ||
} |