Skip to content

Instantly share code, notes, and snippets.

@flushpot1125
Created July 2, 2016 06:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flushpot1125/c91aa6d3c3d83a23e9a36aaa915cf816 to your computer and use it in GitHub Desktop.
Save flushpot1125/c91aa6d3c3d83a23e9a36aaa915cf816 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<VoiceCommands xmlns="http://schemas.microsoft.com/voicecommands/1.2">
<CommandSet xml:lang="en-us" Name="CommandSet_en-us">
<AppName> Bot World </AppName>
<Example> Bot World, I want to play </Example>
<Command Name="checkScore">
<Example> Bot World, Did anyone beat me? </Example>
<ListenFor RequireAppName="BeforeOrAfterPhrase"> Did anyone beat me </ListenFor>
<Feedback> Yes.</Feedback>
<VoiceCommandService Target="BotWorldVoiceCommandService"></VoiceCommandService>
</Command>
<Command Name="startPlay">
<Example> Bot World, I want to play </Example>
<ListenFor RequireAppName="BeforeOrAfterPhrase"> I want to play </ListenFor>
<Feedback> Get ready! </Feedback>
<Navigate/>
</Command>
</CommandSet>
</VoiceCommands>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment