Skip to content

Instantly share code, notes, and snippets.

@andy51002000
Created November 2, 2017 09:44
VoiceCommand for VCDUWP
<Command Name="findMovie">
<Example> Find a movie</Example>
<ListenFor RequireAppName="BeforeOrAfterPhrase"> find {MovieName} </ListenFor>
<ListenFor RequireAppName="ExplicitlySpecified"> find {MovieName} from {builtin:AppName} </ListenFor>
<ListenFor RequireAppName="ExplicitlySpecified"> {builtin:AppName} add {MovieName}</ListenFor>
<Feedback> Finding ... </Feedback>
<VoiceCommandService Target="MyVoiceCommandService" />
</Command>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment