View VCDMedia.xml
This file contains 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
<?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"/> |