Skip to content

Instantly share code, notes, and snippets.

View ParikshitBhagawati's full-sized avatar
🏠
Working from home

Parikshit Bhagawati ParikshitBhagawati

🏠
Working from home
  • India
View GitHub Profile
<?xml version="1.0" encoding="utf-8"?>
<VoiceCommands xmlns="http://schemas.microsoft.com/voicecommands/1.2">
<CommandSet xml:lang="en-us" Name="MediaSample">
<CommandPrefix>Contoso Video</CommandPrefix>
<Example>Contoso video play elephants</Example>
<Command Name="play">
<Example>play {message} using media sample</Example>
<ListenFor RequireAppName="BeforeOrAfterPhrase">please play {streamSubject}</ListenFor>
<Feedback>playing {streamSubject} with Stream Demo</Feedback>
<Navigate Target="/playStream.htm"/>