Skip to content

Instantly share code, notes, and snippets.

@codefoster
Created February 11, 2015 05:45
Show Gist options
  • Save codefoster/19314063af4d070cb1b9 to your computer and use it in GitHub Desktop.
Save codefoster/19314063af4d070cb1b9 to your computer and use it in GitHub Desktop.
The Voice Command Definition (VCD) file for Command Monkey
<?xml version="1.0" encoding="utf-8"?>
<VoiceCommands xmlns="http://schemas.microsoft.com/voicecommands/1.1">
<CommandSet xml:lang="en-us" Name="examplevcd">
<CommandPrefix>Monkey</CommandPrefix>
<Example>Command the monkey!</Example>
<Command Name="command">
<Example>dance</Example>
<ListenFor>{command}</ListenFor>
<Feedback>Commanding...</Feedback>
<Navigate/>
</Command>
<PhraseList Label="command">
<Item>dance</Item>
<Item>chatter</Item>
</PhraseList>
</CommandSet>
</VoiceCommands>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment