forked from Vanilys/SARAH-Plugin-runstop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
runstop.xml
39 lines (31 loc) · 1.85 KB
/
runstop.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
39
<grammar version="1.0" xml:lang="fr-FR" mode="voice" root="ruleRunstop" xmlns="http://www.w3.org/2001/06/grammar" tag-format="semantics/1.0">
<rule id="ruleRunstop" scope="public">
<example>Sarah arrête toi définitivement</example>
<example>Sarah redémarre s'ilt te plait</example>
<example>Sarah redémarre l'ordinateur</example>
<example>Sarah mets toi en veille</example>
<example>Sarah reviens maintenant</example>
<tag>out.action=new Object(); </tag>
<item>Sarah</item>
<one-of>
<item>rejoue les actions<tag>out.action.need="s_actions"</tag></item>
<item>arrête toi définitivement<tag>out.action.need="s_stop"</tag></item>
<item>redémarre s'il te plait<tag>out.action.need="s_restart"</tag></item>
<item>verrouille la session<tag>out.action.need="pc_lock"</tag></item>
<item>ferme la session<tag>out.action.need="pc_logoff"</tag></item>
<item>mets l'ordinateur en veille<tag>out.action.need="pc_sleep"</tag></item>
<item>mets l'ordinateur en hibernation<tag>out.action.need="pc_hibernate"</tag></item>
<item>arrête l'ordinateur<tag>out.action.need="pc_stop"</tag></item>
<item>redémarre l'ordinateur<tag>out.action.need="pc_restart"</tag></item>
<item>redémarre de force l'ordinateur<tag>out.action.need="pc_restart_force"</tag></item>
<item>annule l'arrêt de l'ordinateur<tag>out.action.need="pc_cancelstop"</tag></item>
<item>es tu la
<tag>out.action._attributes.tts = "oui, je taicoute."</tag>
<tag>out.action.need="s_status_on"</tag>
</item>
<item>reviens maintenant<tag>out.action._attributes.tts = "Je suis daija la."</tag></item>
<item>mets toi en veille<tag>out.action.need="s_standby"</tag></item>
</one-of>
<tag>out.action._attributes.uri="http://127.0.0.1:8080/sarah/runstop";</tag>
</rule>
</grammar>