-
Notifications
You must be signed in to change notification settings - Fork 0
/
FindRemote.xml
27 lines (23 loc) · 924 Bytes
/
FindRemote.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
<grammar version="1.0" xml:lang="fr-FR" mode="voice" root="ruleFindRemote" xmlns="http://www.w3.org/2001/06/grammar" tag-format="semantics/1.0">
<rule id="ruleFindRemote" scope="public">
<example>Sarah quels sont les objets connectés</example>
<tag>out.action=new Object(); </tag>
<item>
Sarah
<one-of>
<item>Liste moi</item>
<item>Donne moi</item>
<item>Quels sont</item>
<item>Vérifie</item>
<item>Dis moi</item>
<item>Scanne</item>
</one-of>
<one-of>
<item>les objets</item>
<item>les objets connectés</item>
<item>le réseau</item>
</one-of>
</item>
<tag>out.action._attributes.uri="http://127.0.0.1:8080/sarah/FindRemote";</tag>
</rule>
</grammar>