Created
December 15, 2011 17:02
-
-
Save benlangfeld/1481871 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<!-- Partial match --> | |
<presence to='[email protected]/1' from='[email protected]/fgh4590'> | |
<match mode="speech" confidence="0.45" xmlns='urn:xmpp:rayo:input:1'> | |
<interpretation>1234</interpretation> | |
<utterance>one two three four</utterance> | |
</match> | |
</presence> | |
<!-- Final match --> | |
<presence to='[email protected]/1' from='[email protected]/fgh4590'> | |
<complete xmlns='urn:xmpp:rayo:ext:1'> | |
<success xmlns='urn:xmpp:rayo:input:complete:1'/> | |
<match mode="speech" confidence="0.45" xmlns='urn:xmpp:rayo:input:1'> | |
<interpretation>1234</interpretation> | |
<utterance>one two three four</utterance> | |
</match> | |
</complete> | |
</presence> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment