-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspotifyonsqueez.xml
38 lines (32 loc) · 1.19 KB
/
spotifyonsqueez.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<grammar version="1.0" xml:lang="fr-FR" mode="voice" root="ruleSqueezspoti" xmlns="http://www.w3.org/2001/06/grammar" tag-format="semantics/1.0">
<rule id="ruleSqueezspoti" >
<tag>out.action=new Object(); </tag>
<item>Sarah</item>
<one-of>
<item><ruleref uri="#ruleSqueezspotilaunch"/><tag>out.action= rules.ruleSqueezspotilaunch;</tag></item>
<item><ruleref uri="#ruleSqueezspotiUpdate"/><tag>out.action= rules.ruleSqueezspotiUpdate;</tag></item>
</one-of>
<tag>out.action._attributes.uri="http://127.0.0.1:8080/sarah/spotifyonsqueez";</tag>
</rule>
<rule id="ruleSqueezspotilaunch" >
<one-of>
<item>lance la musique </item>
<item>lance la playliste</item>
<item>met la playliste</item>
<item>mais la playlist</item>
</one-of>
<ruleref uri="#rulePlaylistName"/>
</rule>
<rule id="ruleSqueezspotiUpdate">
<tag>out.action="update";</tag>
<one-of>
<item>mets à jour les playlistes<tag>out.action="update"</tag></item>
</one-of>
</rule>
<!-- Automatic Generation § -->
<rule id="rulePlaylistName">
<one-of>
</one-of>
</rule>
<!-- § Automatic Generation -->
</grammar>