Advertisement
Guest User

Untitled

a guest
Feb 10th, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 60.68 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <VoiceCommands xmlns="http://schemas.microsoft.com/voicecommands/1.0">
  3.   <CommandSet xml:lang="en-US">
  4.     <CommandPrefix>Phone</CommandPrefix>
  5.     <Example> send an email </Example>
  6.    
  7.     <Command Name="SendMail">
  8.       <Example> Send An E-mail </Example>
  9.       <ListenFor> [create] [send] [an] [a] [new] email {*} </ListenFor>
  10.       <ListenFor> [create] [send] [a] [new] message {*}</ListenFor>
  11.       <ListenFor> [create] [send] [a] [new] email {*}</ListenFor>
  12.       <Feedback> Okay, i'll send an E-Mail for you.</Feedback>
  13.       <Navigate Target="Speech.xaml"/>
  14.     </Command>
  15.    
  16.         <Command Name="Alarm">
  17.       <Example> Set an Alarm </Example>
  18.       <ListenFor> set [an] [a] [new] [alarm] [at] {*} </ListenFor>
  19.       <ListenFor> wake [me] [up] [at] {*}</ListenFor>
  20.       <ListenFor> create [a] [new] [alarm] [at] {*}</ListenFor>
  21.       <ListenFor> [get] [me] up [at] {*}</ListenFor>
  22.       <ListenFor>[i] [want] [to] [be] awake [at] {*}</ListenFor>
  23.       <Feedback> Okay, i'm setting your alarm now.</Feedback>
  24.       <Navigate Target="Speech.xaml"/>
  25.     </Command>
  26.    
  27.     <Command Name="Reminder">
  28.       <Example> Create a new reminder </Example>
  29.       <ListenFor> [create] [set] [make] [a] [new] reminder {*} </ListenFor>
  30.       <ListenFor> remind [me] [to] {*}</ListenFor>
  31.       <Feedback> Okay, i'm creating your reminder now.</Feedback>
  32.       <Navigate Target="Speech.xaml"/>
  33.     </Command>
  34.  
  35.     <Command Name="ShareStatus">
  36.       <Example> Share Status </Example>
  37.       <ListenFor> share [something] [status] [to] [facebook] {*}</ListenFor>
  38.       <ListenFor> share [something] [status] [to] [twitter] {*}</ListenFor>
  39.       <ListenFor> post [something] [status] [to] [facebook] {*}</ListenFor>
  40.       <ListenFor> post [something] [status] [to] [twitter] {*}</ListenFor>
  41.       <Feedback> Okay, I will share your status for you. </Feedback>
  42.       <Navigate Target="Speech.xaml"/>
  43.     </Command>
  44.  
  45.     <Command Name="WhatCanISay">
  46.       <Example> What Can I Say? </Example>
  47.       <ListenFor> [what] [phrases] [words] [kinds] [of] [things] [can] [i] say {*}</ListenFor>
  48.       <ListenFor> [what] [can] [i] [kinds] [of] [commands] [do] [you] support {*}</ListenFor>
  49.       <Feedback> You can say anything to me. I'll get you a list of the main commands. </Feedback>
  50.       <Navigate Target="Speech.xaml"/>
  51.     </Command>
  52.  
  53.     <Command Name="SearchGoogle">
  54.       <Example>Search Google</Example>
  55.       <ListenFor>[Search] [on] Google [for] {*} </ListenFor>
  56.       <Feedback> Ok, i'll search Google.</Feedback>
  57.       <Navigate Target="Speech.xaml"/>
  58.     </Command>
  59.  
  60.     <Command Name="SearchBing">
  61.       <Example>Search Bing</Example>
  62.       <ListenFor>[Search] [on] Bing [for] {*} </ListenFor>
  63.       <Feedback> Ok, i'll search Bing</Feedback>
  64.       <Navigate Target="Speech.xaml"/>
  65.     </Command>
  66.  
  67.     <Command Name="SearchAmazon">
  68.       <Example>Search Amazon</Example>
  69.       <ListenFor>[Search] [on] Amazon [for] {*} </ListenFor>
  70.       <Feedback> Ok, i'll search Amazon.</Feedback>
  71.       <Navigate Target="Speech.xaml"/>
  72.     </Command>
  73.  
  74.     <Command Name="SearchYahoo">
  75.       <Example>Search Yahoo</Example>
  76.       <ListenFor>[Search] [on] Yahoo [for] {*} </ListenFor>
  77.       <Feedback> Ok, i'll search Yahoo.</Feedback>
  78.       <Navigate Target="Speech.xaml"/>
  79.     </Command>
  80.  
  81.     <Command Name="SearchYouTube">
  82.       <Example>Search YouTube</Example>
  83.       <ListenFor>[Search] [on] YouTube [for] {*} </ListenFor>
  84.       <Feedback> Ok, i'll search YouTube.</Feedback>
  85.       <Navigate Target="Speech.xaml"/>
  86.     </Command>
  87.  
  88.     <Command Name="Shuffle">
  89.       <Example>Shuffle Music</Example>
  90.       <ListenFor>Shuffle [Music] [Song] [Songs] {*}</ListenFor>
  91.       <ListenFor>Play [a] [random] [song] [music] {*}</ListenFor>
  92.       <Feedback> Okay. I'll shuffle your music for you.</Feedback>
  93.       <Navigate Target="Speech.xaml"/>
  94.     </Command>
  95.  
  96.     <Command Name="Pause">
  97.       <Example>Pause Music</Example>
  98.       <ListenFor>Pause [the] [my] [Music] [Song] [this] {*}</ListenFor>
  99.       <ListenFor>Stop [the] [my] [Music] [Song]  {*}</ListenFor>
  100.       <Feedback> Okay. I'm pausing the currently playing track.</Feedback>
  101.       <Navigate Target="Speech.xaml"/>
  102.     </Command>
  103.  
  104.     <Command Name="Next">
  105.       <Example>Next Song</Example>
  106.       <ListenFor>Next [song] [track] [music] {*}</ListenFor>
  107.       <ListenFor>Skip [song] [track] [music] {*}</ListenFor>
  108.       <Feedback> I'll play the next song in your library.</Feedback>
  109.       <Navigate Target="Speech.xaml"/>
  110.     </Command>
  111.  
  112.     <Command Name="Previous">
  113.       <Example>Previous Song</Example>
  114.       <ListenFor>Previous [song] [track] [music] {*}</ListenFor>
  115.       <ListenFor>Back [a] [one] [song] [track] [music] {*}</ListenFor>
  116.       <ListenFor>Reverse [a] [one] [song] [track] [music] {*}</ListenFor>
  117.       <ListenFor>Last [a] [one] [song] [track] [music] {*}</ListenFor>
  118.       <Feedback> I'll go back to the previous song in your library.</Feedback>
  119.       <Navigate Target="Speech.xaml"/>
  120.     </Command>
  121.  
  122.     <Command Name="Time">
  123.       <Example>What time is it?</Example>
  124.       <ListenFor>[what] time [is] [it] [the] {*}</ListenFor>
  125.       <ListenFor>[what's] [whats] [the] time {*}</ListenFor>
  126.       <ListenFor>[current] [local] time {*}</ListenFor>
  127.       <Feedback> I'll get you the current time.</Feedback>
  128.       <Navigate Target="Speech.xaml"/>
  129.     </Command>
  130.  
  131.     <Command Name="Date">
  132.       <Example>What's Todays date?</Example>
  133.       <ListenFor>[whats] [todays] [the] [current] [is] [what] date {*}</ListenFor>
  134.       <ListenFor>[what] date [is] [it] {*}</ListenFor>
  135.       <ListenFor>[current] date {*}</ListenFor>
  136.       <Feedback> I'll get you the current date.</Feedback>
  137.       <Navigate Target="Speech.xaml"/>
  138.     </Command>
  139.  
  140.     <Command Name="Maps">
  141.       <Example>Search Maps</Example>
  142.       <ListenFor>maps [search] [my] [a] [open] [for] {*}</ListenFor>
  143.       <ListenFor>search [a] [my] maps [open] [for] {*}</ListenFor>
  144.       <ListenFor>open maps {*}</ListenFor>
  145.       <Feedback> I'm opening a map for you to search.</Feedback>
  146.       <Navigate Target="Speech.xaml"/>
  147.     </Command>
  148.    
  149.         <Command Name="MapDirections">
  150.       <Example>Get Directions</Example>
  151.       <ListenFor>[get] directons [to] {*}</ListenFor>
  152.       <ListenFor>map {*}</ListenFor>
  153.       <ListenFor>navigate [to] [a] [location] {*}</ListenFor>
  154.       <ListenFor>take [me] [to] [a] [location] {*}</ListenFor>
  155.       <Feedback> I'm getting directions from your current location now.</Feedback>
  156.       <Navigate Target="Speech.xaml"/>
  157.     </Command>
  158.  
  159.     <Command Name="SongInfo">
  160.       <Example>About This Song...</Example>
  161.       <ListenFor>about [the] [currently] [playing] song</ListenFor>
  162.       <ListenFor>about [a] [this] song [named] [called] {*}</ListenFor>
  163.       <Feedback>I'll get that information for you.</Feedback>
  164.       <Navigate Target="Speech.xaml"/>
  165.     </Command>
  166.  
  167.     <Command Name="StoreSearch">
  168.       <Example>Search the Store</Example>
  169.       <ListenFor>search [the] [windows] [phone] [store] [marketplace] [for] {*}</ListenFor>
  170.       <Feedback>I'm searching the store now.</Feedback>
  171.       <Navigate Target="Speech.xaml"/>
  172.     </Command>
  173.  
  174.     <Command Name="MusicSearch">
  175.       <Example>Search the Store for Music</Example>
  176.       <ListenFor>search [the] [windows] [phone] [store] [for] music [marketplace] {*}</ListenFor>
  177.       <Feedback>I'm searching the store for music now.</Feedback>
  178.       <Navigate Target="Speech.xaml"/>
  179.     </Command>
  180.  
  181.  
  182.     <Command Name="BatteryLevel">
  183.       <Example>How much battery do I have left?</Example>
  184.       <ListenFor>[how] [much] battery [do][is] [i] [have] [left] [remaining] {*}</ListenFor>
  185.       <Feedback>I'll get that information for you.</Feedback>
  186.       <Navigate Target="Speech.xaml"/>
  187.     </Command>
  188.  
  189.     <Command Name="AppointmentCreate">
  190.       <Example>Create a new appointment</Example>
  191.       <ListenFor>[create] [a] [new] appointment {*}</ListenFor>
  192.       <ListenFor>[create] [a] [new] event {*}</ListenFor>
  193.       <Feedback>Okay, i'll create a new appointment for you.</Feedback>
  194.       <Navigate Target="Speech.xaml"/>
  195.     </Command>
  196.  
  197.     <!--
  198.    <Command Name ="Calc">
  199.      <Example>What is 5 plus 5</Example>
  200.      <ListenFor>what is {*} </ListenFor>
  201.      <ListenFor>calculate {*}</ListenFor>
  202.      <ListenFor>solve {*}</ListenFor>
  203.      <ListenFor>open calculator</ListenFor>
  204.      <Feedback>I'm opening the calculator...</Feedback>
  205.      <Navigate Target="Speech.xaml"/>
  206.    </Command>
  207.  
  208.    <Command Name ="Timer">
  209.      <Example>Set a timer for 5 minutes</Example>
  210.      <ListenFor>[set] [a] timer [for] {*} </ListenFor>
  211.      <ListenFor>[create] [a] [new] timer </ListenFor>
  212.      <Feedback>Ok, i'm creating your timer.</Feedback>
  213.      <Navigate Target="Speech.xaml"/>
  214.    </Command>
  215.    -->
  216.   </CommandSet>
  217.   <CommandSet xml:lang="en-GB">
  218.     <CommandPrefix>Phone</CommandPrefix>
  219.     <Example> send an email </Example>
  220.  
  221.     <Command Name="SendMail">
  222.       <Example> Send An E-mail </Example>
  223.       <ListenFor> [create] [send] [an] [a] [new] email {*} </ListenFor>
  224.       <ListenFor> [create] [send] [a] [new] message {*}</ListenFor>
  225.       <ListenFor> [create] [send] [a] [new] email {*}</ListenFor>
  226.       <Feedback> Okay, i'll send an E-Mail for you.</Feedback>
  227.       <Navigate Target="Speech.xaml"/>
  228.     </Command>
  229.  
  230.     <Command Name="Alarm">
  231.       <Example> Set an Alarm </Example>
  232.       <ListenFor> set [an] [a] [new] [alarm] [at] {*} </ListenFor>
  233.       <ListenFor> wake [me] [up] [at] {*}</ListenFor>
  234.       <ListenFor> create [a] [new] [alarm] [at] {*}</ListenFor>
  235.       <ListenFor> [get] [me] up [at] {*}</ListenFor>
  236.       <ListenFor>[i] [want] [to] [be] awake [at] {*}</ListenFor>
  237.       <Feedback> Okay, i'm setting your alarm now.</Feedback>
  238.       <Navigate Target="Speech.xaml"/>
  239.     </Command>
  240.  
  241.     <Command Name="Reminder">
  242.       <Example> Create a new reminder </Example>
  243.       <ListenFor> [create] [set] [make] [a] [new] reminder {*} </ListenFor>
  244.       <ListenFor> remind [me] [to] {*}</ListenFor>
  245.       <Feedback> Okay, i'm creating your reminder now.</Feedback>
  246.       <Navigate Target="Speech.xaml"/>
  247.     </Command>
  248.  
  249.     <Command Name="ShareStatus">
  250.       <Example> Share Status </Example>
  251.       <ListenFor> share [something] [status] [to] [facebook] {*}</ListenFor>
  252.       <ListenFor> share [something] [status] [to] [twitter] {*}</ListenFor>
  253.       <ListenFor> post [something] [status] [to] [facebook] {*}</ListenFor>
  254.       <ListenFor> post [something] [status] [to] [twitter] {*}</ListenFor>
  255.       <Feedback> Okay, I will share your status for you. </Feedback>
  256.       <Navigate Target="Speech.xaml"/>
  257.     </Command>
  258.  
  259.     <Command Name="WhatCanISay">
  260.       <Example> What Can I Say? </Example>
  261.       <ListenFor> [what] [phrases] [words] [kinds] [of] [things] [can] [i] say {*}</ListenFor>
  262.       <ListenFor> [what] [can] [i] [kinds] [of] [commands] [do] [you] support {*}</ListenFor>
  263.       <Feedback> You can say anything to me. I'll get you a list of the main commands. </Feedback>
  264.       <Navigate Target="Speech.xaml"/>
  265.     </Command>
  266.  
  267.     <Command Name="SearchGoogle">
  268.       <Example>Search Google</Example>
  269.       <ListenFor>[Search] [on] Google [for] {*} </ListenFor>
  270.       <Feedback> Ok, i'll search Google.</Feedback>
  271.       <Navigate Target="Speech.xaml"/>
  272.     </Command>
  273.  
  274.     <Command Name="SearchBing">
  275.       <Example>Search Bing</Example>
  276.       <ListenFor>[Search] [on] Bing [for] {*} </ListenFor>
  277.       <Feedback> Ok, i'll search Bing</Feedback>
  278.       <Navigate Target="Speech.xaml"/>
  279.     </Command>
  280.  
  281.     <Command Name="SearchAmazon">
  282.       <Example>Search Amazon</Example>
  283.       <ListenFor>[Search] [on] Amazon [for] {*} </ListenFor>
  284.       <Feedback> Ok, i'll search Amazon.</Feedback>
  285.       <Navigate Target="Speech.xaml"/>
  286.     </Command>
  287.  
  288.     <Command Name="SearchYahoo">
  289.       <Example>Search Yahoo</Example>
  290.       <ListenFor>[Search] [on] Yahoo [for] {*} </ListenFor>
  291.       <Feedback> Ok, i'll search Yahoo.</Feedback>
  292.       <Navigate Target="Speech.xaml"/>
  293.     </Command>
  294.  
  295.     <Command Name="SearchYouTube">
  296.       <Example>Search YouTube</Example>
  297.       <ListenFor>[Search] [on] YouTube [for] {*} </ListenFor>
  298.       <Feedback> Ok, i'll search YouTube.</Feedback>
  299.       <Navigate Target="Speech.xaml"/>
  300.     </Command>
  301.  
  302.     <Command Name="Shuffle">
  303.       <Example>Shuffle Music</Example>
  304.       <ListenFor>Shuffle [Music] [Song] [Songs] {*}</ListenFor>
  305.       <ListenFor>Play [a] [random] [song] [music] {*}</ListenFor>
  306.       <Feedback> Okay. I'll shuffle your music for you.</Feedback>
  307.       <Navigate Target="Speech.xaml"/>
  308.     </Command>
  309.  
  310.     <Command Name="Pause">
  311.       <Example>Pause Music</Example>
  312.       <ListenFor>Pause [the] [my] [Music] [Song] [this] {*}</ListenFor>
  313.       <ListenFor>Stop [the] [my] [Music] [Song]  {*}</ListenFor>
  314.       <Feedback> Okay. I'm pausing the currently playing track.</Feedback>
  315.       <Navigate Target="Speech.xaml"/>
  316.     </Command>
  317.  
  318.     <Command Name="Next">
  319.       <Example>Next Song</Example>
  320.       <ListenFor>Next [song] [track] [music] {*}</ListenFor>
  321.       <ListenFor>Skip [song] [track] [music] {*}</ListenFor>
  322.       <Feedback> I'll play the next song in your library.</Feedback>
  323.       <Navigate Target="Speech.xaml"/>
  324.     </Command>
  325.  
  326.     <Command Name="Previous">
  327.       <Example>Previous Song</Example>
  328.       <ListenFor>Previous [song] [track] [music] {*}</ListenFor>
  329.       <ListenFor>Back [a] [one] [song] [track] [music] {*}</ListenFor>
  330.       <ListenFor>Reverse [a] [one] [song] [track] [music] {*}</ListenFor>
  331.       <ListenFor>Last [a] [one] [song] [track] [music] {*}</ListenFor>
  332.       <Feedback> I'll go back to the previous song in your library.</Feedback>
  333.       <Navigate Target="Speech.xaml"/>
  334.     </Command>
  335.  
  336.     <Command Name="Time">
  337.       <Example>What time is it?</Example>
  338.       <ListenFor>[what] time [is] [it] [the] {*}</ListenFor>
  339.       <ListenFor>[what's] [whats] [the] time {*}</ListenFor>
  340.       <ListenFor>[current] [local] time {*}</ListenFor>
  341.       <Feedback> I'll get you the current time.</Feedback>
  342.       <Navigate Target="Speech.xaml"/>
  343.     </Command>
  344.  
  345.     <Command Name="Date">
  346.       <Example>What's Todays date?</Example>
  347.       <ListenFor>[whats] [todays] [the] [current] [is] [what] date {*}</ListenFor>
  348.       <ListenFor>[what] date [is] [it] {*}</ListenFor>
  349.       <ListenFor>[current] date {*}</ListenFor>
  350.       <Feedback> I'll get you the current date.</Feedback>
  351.       <Navigate Target="Speech.xaml"/>
  352.     </Command>
  353.  
  354.     <Command Name="Maps">
  355.       <Example>Search Maps</Example>
  356.       <ListenFor>maps [search] [my] [a] [open] [for] {*}</ListenFor>
  357.       <ListenFor>search [a] [my] maps [open] [for] {*}</ListenFor>
  358.       <ListenFor>open maps {*}</ListenFor>
  359.       <Feedback> I'm opening a map for you to search.</Feedback>
  360.       <Navigate Target="Speech.xaml"/>
  361.     </Command>
  362.  
  363.     <Command Name="MapDirections">
  364.       <Example>Get Directions</Example>
  365.       <ListenFor>[get] directons [to] {*}</ListenFor>
  366.       <ListenFor>map {*}</ListenFor>
  367.       <ListenFor>navigate [to] [a] [location] {*}</ListenFor>
  368.       <ListenFor>take [me] [to] [a] [location] {*}</ListenFor>
  369.       <Feedback> I'm getting directions from your current location now.</Feedback>
  370.       <Navigate Target="Speech.xaml"/>
  371.     </Command>
  372.  
  373.     <Command Name="SongInfo">
  374.       <Example>About This Song...</Example>
  375.       <ListenFor>about [the] [currently] [playing] song</ListenFor>
  376.       <ListenFor>about [a] [this] song [named] [called] {*}</ListenFor>
  377.       <Feedback>I'll get that information for you.</Feedback>
  378.       <Navigate Target="Speech.xaml"/>
  379.     </Command>
  380.  
  381.     <Command Name="StoreSearch">
  382.       <Example>Search the Store</Example>
  383.       <ListenFor>search [the] [windows] [phone] [store] [marketplace] [for] {*}</ListenFor>
  384.       <Feedback>I'm searching the store now.</Feedback>
  385.       <Navigate Target="Speech.xaml"/>
  386.     </Command>
  387.  
  388.     <Command Name="MusicSearch">
  389.       <Example>Search the Store for Music</Example>
  390.       <ListenFor>search [the] [windows] [phone] [store] [for] music [marketplace] {*}</ListenFor>
  391.       <Feedback>I'm searching the store for music now.</Feedback>
  392.       <Navigate Target="Speech.xaml"/>
  393.     </Command>
  394.  
  395.  
  396.     <Command Name="BatteryLevel">
  397.       <Example>How much battery do I have left?</Example>
  398.       <ListenFor>[how] [much] battery [do][is] [i] [have] [left] [remaining] {*}</ListenFor>
  399.       <Feedback>I'll get that information for you.</Feedback>
  400.       <Navigate Target="Speech.xaml"/>
  401.     </Command>
  402.  
  403.     <Command Name="AppointmentCreate">
  404.       <Example>Create a new appointment</Example>
  405.       <ListenFor>[create] [a] [new] appointment {*}</ListenFor>
  406.       <ListenFor>[create] [a] [new] event {*}</ListenFor>
  407.       <Feedback>Okay, i'll create a new appointment for you.</Feedback>
  408.       <Navigate Target="Speech.xaml"/>
  409.     </Command>
  410.  
  411.     <!--
  412.    <Command Name ="Calc">
  413.      <Example>What is 5 plus 5</Example>
  414.      <ListenFor>what is {*} </ListenFor>
  415.      <ListenFor>calculate {*}</ListenFor>
  416.      <ListenFor>solve {*}</ListenFor>
  417.      <ListenFor>open calculator</ListenFor>
  418.      <Feedback>I'm opening the calculator...</Feedback>
  419.      <Navigate Target="Speech.xaml"/>
  420.    </Command>
  421.  
  422.    <Command Name ="Timer">
  423.      <Example>Set a timer for 5 minutes</Example>
  424.      <ListenFor>[set] [a] timer [for] {*} </ListenFor>
  425.      <ListenFor>[create] [a] [new] timer </ListenFor>
  426.      <Feedback>Ok, i'm creating your timer.</Feedback>
  427.      <Navigate Target="Speech.xaml"/>
  428.    </Command>
  429.    -->
  430.   </CommandSet>
  431.   <CommandSet xml:lang="en-NZ">
  432.     <CommandPrefix>Phone</CommandPrefix>
  433.     <Example> send an email </Example>
  434.  
  435.     <Command Name="SendMail">
  436.       <Example> Send An E-mail </Example>
  437.       <ListenFor> [create] [send] [an] [a] [new] email {*} </ListenFor>
  438.       <ListenFor> [create] [send] [a] [new] message {*}</ListenFor>
  439.       <ListenFor> [create] [send] [a] [new] email {*}</ListenFor>
  440.       <Feedback> Okay, i'll send an E-Mail for you.</Feedback>
  441.       <Navigate Target="Speech.xaml"/>
  442.     </Command>
  443.  
  444.     <Command Name="Alarm">
  445.       <Example> Set an Alarm </Example>
  446.       <ListenFor> set [an] [a] [new] [alarm] [at] {*} </ListenFor>
  447.       <ListenFor> wake [me] [up] [at] {*}</ListenFor>
  448.       <ListenFor> create [a] [new] [alarm] [at] {*}</ListenFor>
  449.       <ListenFor> [get] [me] up [at] {*}</ListenFor>
  450.       <ListenFor>[i] [want] [to] [be] awake [at] {*}</ListenFor>
  451.       <Feedback> Okay, i'm setting your alarm now.</Feedback>
  452.       <Navigate Target="Speech.xaml"/>
  453.     </Command>
  454.  
  455.     <Command Name="Reminder">
  456.       <Example> Create a new reminder </Example>
  457.       <ListenFor> [create] [set] [make] [a] [new] reminder {*} </ListenFor>
  458.       <ListenFor> remind [me] [to] {*}</ListenFor>
  459.       <Feedback> Okay, i'm creating your reminder now.</Feedback>
  460.       <Navigate Target="Speech.xaml"/>
  461.     </Command>
  462.  
  463.     <Command Name="ShareStatus">
  464.       <Example> Share Status </Example>
  465.       <ListenFor> share [something] [status] [to] [facebook] {*}</ListenFor>
  466.       <ListenFor> share [something] [status] [to] [twitter] {*}</ListenFor>
  467.       <ListenFor> post [something] [status] [to] [facebook] {*}</ListenFor>
  468.       <ListenFor> post [something] [status] [to] [twitter] {*}</ListenFor>
  469.       <Feedback> Okay, I will share your status for you. </Feedback>
  470.       <Navigate Target="Speech.xaml"/>
  471.     </Command>
  472.  
  473.     <Command Name="WhatCanISay">
  474.       <Example> What Can I Say? </Example>
  475.       <ListenFor> [what] [phrases] [words] [kinds] [of] [things] [can] [i] say {*}</ListenFor>
  476.       <ListenFor> [what] [can] [i] [kinds] [of] [commands] [do] [you] support {*}</ListenFor>
  477.       <Feedback> You can say anything to me. I'll get you a list of the main commands. </Feedback>
  478.       <Navigate Target="Speech.xaml"/>
  479.     </Command>
  480.  
  481.     <Command Name="SearchGoogle">
  482.       <Example>Search Google</Example>
  483.       <ListenFor>[Search] [on] Google [for] {*} </ListenFor>
  484.       <Feedback> Ok, i'll search Google.</Feedback>
  485.       <Navigate Target="Speech.xaml"/>
  486.     </Command>
  487.  
  488.     <Command Name="SearchBing">
  489.       <Example>Search Bing</Example>
  490.       <ListenFor>[Search] [on] Bing [for] {*} </ListenFor>
  491.       <Feedback> Ok, i'll search Bing</Feedback>
  492.       <Navigate Target="Speech.xaml"/>
  493.     </Command>
  494.  
  495.     <Command Name="SearchAmazon">
  496.       <Example>Search Amazon</Example>
  497.       <ListenFor>[Search] [on] Amazon [for] {*} </ListenFor>
  498.       <Feedback> Ok, i'll search Amazon.</Feedback>
  499.       <Navigate Target="Speech.xaml"/>
  500.     </Command>
  501.  
  502.     <Command Name="SearchYahoo">
  503.       <Example>Search Yahoo</Example>
  504.       <ListenFor>[Search] [on] Yahoo [for] {*} </ListenFor>
  505.       <Feedback> Ok, i'll search Yahoo.</Feedback>
  506.       <Navigate Target="Speech.xaml"/>
  507.     </Command>
  508.  
  509.     <Command Name="SearchYouTube">
  510.       <Example>Search YouTube</Example>
  511.       <ListenFor>[Search] [on] YouTube [for] {*} </ListenFor>
  512.       <Feedback> Ok, i'll search YouTube.</Feedback>
  513.       <Navigate Target="Speech.xaml"/>
  514.     </Command>
  515.  
  516.     <Command Name="Shuffle">
  517.       <Example>Shuffle Music</Example>
  518.       <ListenFor>Shuffle [Music] [Song] [Songs] {*}</ListenFor>
  519.       <ListenFor>Play [a] [random] [song] [music] {*}</ListenFor>
  520.       <Feedback> Okay. I'll shuffle your music for you.</Feedback>
  521.       <Navigate Target="Speech.xaml"/>
  522.     </Command>
  523.  
  524.     <Command Name="Pause">
  525.       <Example>Pause Music</Example>
  526.       <ListenFor>Pause [the] [my] [Music] [Song] [this] {*}</ListenFor>
  527.       <ListenFor>Stop [the] [my] [Music] [Song]  {*}</ListenFor>
  528.       <Feedback> Okay. I'm pausing the currently playing track.</Feedback>
  529.       <Navigate Target="Speech.xaml"/>
  530.     </Command>
  531.  
  532.     <Command Name="Next">
  533.       <Example>Next Song</Example>
  534.       <ListenFor>Next [song] [track] [music] {*}</ListenFor>
  535.       <ListenFor>Skip [song] [track] [music] {*}</ListenFor>
  536.       <Feedback> I'll play the next song in your library.</Feedback>
  537.       <Navigate Target="Speech.xaml"/>
  538.     </Command>
  539.  
  540.     <Command Name="Previous">
  541.       <Example>Previous Song</Example>
  542.       <ListenFor>Previous [song] [track] [music] {*}</ListenFor>
  543.       <ListenFor>Back [a] [one] [song] [track] [music] {*}</ListenFor>
  544.       <ListenFor>Reverse [a] [one] [song] [track] [music] {*}</ListenFor>
  545.       <ListenFor>Last [a] [one] [song] [track] [music] {*}</ListenFor>
  546.       <Feedback> I'll go back to the previous song in your library.</Feedback>
  547.       <Navigate Target="Speech.xaml"/>
  548.     </Command>
  549.  
  550.     <Command Name="Time">
  551.       <Example>What time is it?</Example>
  552.       <ListenFor>[what] time [is] [it] [the] {*}</ListenFor>
  553.       <ListenFor>[what's] [whats] [the] time {*}</ListenFor>
  554.       <ListenFor>[current] [local] time {*}</ListenFor>
  555.       <Feedback> I'll get you the current time.</Feedback>
  556.       <Navigate Target="Speech.xaml"/>
  557.     </Command>
  558.  
  559.     <Command Name="Date">
  560.       <Example>What's Todays date?</Example>
  561.       <ListenFor>[whats] [todays] [the] [current] [is] [what] date {*}</ListenFor>
  562.       <ListenFor>[what] date [is] [it] {*}</ListenFor>
  563.       <ListenFor>[current] date {*}</ListenFor>
  564.       <Feedback> I'll get you the current date.</Feedback>
  565.       <Navigate Target="Speech.xaml"/>
  566.     </Command>
  567.  
  568.     <Command Name="Maps">
  569.       <Example>Search Maps</Example>
  570.       <ListenFor>maps [search] [my] [a] [open] [for] {*}</ListenFor>
  571.       <ListenFor>search [a] [my] maps [open] [for] {*}</ListenFor>
  572.       <ListenFor>open maps {*}</ListenFor>
  573.       <Feedback> I'm opening a map for you to search.</Feedback>
  574.       <Navigate Target="Speech.xaml"/>
  575.     </Command>
  576.  
  577.     <Command Name="MapDirections">
  578.       <Example>Get Directions</Example>
  579.       <ListenFor>[get] directons [to] {*}</ListenFor>
  580.       <ListenFor>map {*}</ListenFor>
  581.       <ListenFor>navigate [to] [a] [location] {*}</ListenFor>
  582.       <ListenFor>take [me] [to] [a] [location] {*}</ListenFor>
  583.       <Feedback> I'm getting directions from your current location now.</Feedback>
  584.       <Navigate Target="Speech.xaml"/>
  585.     </Command>
  586.  
  587.     <Command Name="SongInfo">
  588.       <Example>About This Song...</Example>
  589.       <ListenFor>about [the] [currently] [playing] song</ListenFor>
  590.       <ListenFor>about [a] [this] song [named] [called] {*}</ListenFor>
  591.       <Feedback>I'll get that information for you.</Feedback>
  592.       <Navigate Target="Speech.xaml"/>
  593.     </Command>
  594.  
  595.     <Command Name="StoreSearch">
  596.       <Example>Search the Store</Example>
  597.       <ListenFor>search [the] [windows] [phone] [store] [marketplace] [for] {*}</ListenFor>
  598.       <Feedback>I'm searching the store now.</Feedback>
  599.       <Navigate Target="Speech.xaml"/>
  600.     </Command>
  601.  
  602.     <Command Name="MusicSearch">
  603.       <Example>Search the Store for Music</Example>
  604.       <ListenFor>search [the] [windows] [phone] [store] [for] music [marketplace] {*}</ListenFor>
  605.       <Feedback>I'm searching the store for music now.</Feedback>
  606.       <Navigate Target="Speech.xaml"/>
  607.     </Command>
  608.  
  609.  
  610.     <Command Name="BatteryLevel">
  611.       <Example>How much battery do I have left?</Example>
  612.       <ListenFor>[how] [much] battery [do][is] [i] [have] [left] [remaining] {*}</ListenFor>
  613.       <Feedback>I'll get that information for you.</Feedback>
  614.       <Navigate Target="Speech.xaml"/>
  615.     </Command>
  616.  
  617.     <Command Name="AppointmentCreate">
  618.       <Example>Create a new appointment</Example>
  619.       <ListenFor>[create] [a] [new] appointment {*}</ListenFor>
  620.       <ListenFor>[create] [a] [new] event {*}</ListenFor>
  621.       <Feedback>Okay, i'll create a new appointment for you.</Feedback>
  622.       <Navigate Target="Speech.xaml"/>
  623.     </Command>
  624.  
  625.     <!--
  626.    <Command Name ="Calc">
  627.      <Example>What is 5 plus 5</Example>
  628.      <ListenFor>what is {*} </ListenFor>
  629.      <ListenFor>calculate {*}</ListenFor>
  630.      <ListenFor>solve {*}</ListenFor>
  631.      <ListenFor>open calculator</ListenFor>
  632.      <Feedback>I'm opening the calculator...</Feedback>
  633.      <Navigate Target="Speech.xaml"/>
  634.    </Command>
  635.  
  636.    <Command Name ="Timer">
  637.      <Example>Set a timer for 5 minutes</Example>
  638.      <ListenFor>[set] [a] timer [for] {*} </ListenFor>
  639.      <ListenFor>[create] [a] [new] timer </ListenFor>
  640.      <Feedback>Ok, i'm creating your timer.</Feedback>
  641.      <Navigate Target="Speech.xaml"/>
  642.    </Command>
  643.    -->
  644.   </CommandSet>
  645.   <CommandSet xml:lang="en-AU">
  646.     <CommandPrefix>Phone</CommandPrefix>
  647.     <Example> send an email </Example>
  648.  
  649.     <Command Name="SendMail">
  650.       <Example> Send An E-mail </Example>
  651.       <ListenFor> [create] [send] [an] [a] [new] email {*} </ListenFor>
  652.       <ListenFor> [create] [send] [a] [new] message {*}</ListenFor>
  653.       <ListenFor> [create] [send] [a] [new] email {*}</ListenFor>
  654.       <Feedback> Okay, i'll send an E-Mail for you.</Feedback>
  655.       <Navigate Target="Speech.xaml"/>
  656.     </Command>
  657.  
  658.     <Command Name="Alarm">
  659.       <Example> Set an Alarm </Example>
  660.       <ListenFor> set [an] [a] [new] [alarm] [at] {*} </ListenFor>
  661.       <ListenFor> wake [me] [up] [at] {*}</ListenFor>
  662.       <ListenFor> create [a] [new] [alarm] [at] {*}</ListenFor>
  663.       <ListenFor> [get] [me] up [at] {*}</ListenFor>
  664.       <ListenFor>[i] [want] [to] [be] awake [at] {*}</ListenFor>
  665.       <Feedback> Okay, i'm setting your alarm now.</Feedback>
  666.       <Navigate Target="Speech.xaml"/>
  667.     </Command>
  668.  
  669.     <Command Name="Reminder">
  670.       <Example> Create a new reminder </Example>
  671.       <ListenFor> [create] [set] [make] [a] [new] reminder {*} </ListenFor>
  672.       <ListenFor> remind [me] [to] {*}</ListenFor>
  673.       <Feedback> Okay, i'm creating your reminder now.</Feedback>
  674.       <Navigate Target="Speech.xaml"/>
  675.     </Command>
  676.  
  677.     <Command Name="ShareStatus">
  678.       <Example> Share Status </Example>
  679.       <ListenFor> share [something] [status] [to] [facebook] {*}</ListenFor>
  680.       <ListenFor> share [something] [status] [to] [twitter] {*}</ListenFor>
  681.       <ListenFor> post [something] [status] [to] [facebook] {*}</ListenFor>
  682.       <ListenFor> post [something] [status] [to] [twitter] {*}</ListenFor>
  683.       <Feedback> Okay, I will share your status for you. </Feedback>
  684.       <Navigate Target="Speech.xaml"/>
  685.     </Command>
  686.  
  687.     <Command Name="WhatCanISay">
  688.       <Example> What Can I Say? </Example>
  689.       <ListenFor> [what] [phrases] [words] [kinds] [of] [things] [can] [i] say {*}</ListenFor>
  690.       <ListenFor> [what] [can] [i] [kinds] [of] [commands] [do] [you] support {*}</ListenFor>
  691.       <Feedback> You can say anything to me. I'll get you a list of the main commands. </Feedback>
  692.       <Navigate Target="Speech.xaml"/>
  693.     </Command>
  694.  
  695.     <Command Name="SearchGoogle">
  696.       <Example>Search Google</Example>
  697.       <ListenFor>[Search] [on] Google [for] {*} </ListenFor>
  698.       <Feedback> Ok, i'll search Google.</Feedback>
  699.       <Navigate Target="Speech.xaml"/>
  700.     </Command>
  701.  
  702.     <Command Name="SearchBing">
  703.       <Example>Search Bing</Example>
  704.       <ListenFor>[Search] [on] Bing [for] {*} </ListenFor>
  705.       <Feedback> Ok, i'll search Bing</Feedback>
  706.       <Navigate Target="Speech.xaml"/>
  707.     </Command>
  708.  
  709.     <Command Name="SearchAmazon">
  710.       <Example>Search Amazon</Example>
  711.       <ListenFor>[Search] [on] Amazon [for] {*} </ListenFor>
  712.       <Feedback> Ok, i'll search Amazon.</Feedback>
  713.       <Navigate Target="Speech.xaml"/>
  714.     </Command>
  715.  
  716.     <Command Name="SearchYahoo">
  717.       <Example>Search Yahoo</Example>
  718.       <ListenFor>[Search] [on] Yahoo [for] {*} </ListenFor>
  719.       <Feedback> Ok, i'll search Yahoo.</Feedback>
  720.       <Navigate Target="Speech.xaml"/>
  721.     </Command>
  722.  
  723.     <Command Name="SearchYouTube">
  724.       <Example>Search YouTube</Example>
  725.       <ListenFor>[Search] [on] YouTube [for] {*} </ListenFor>
  726.       <Feedback> Ok, i'll search YouTube.</Feedback>
  727.       <Navigate Target="Speech.xaml"/>
  728.     </Command>
  729.  
  730.     <Command Name="Shuffle">
  731.       <Example>Shuffle Music</Example>
  732.       <ListenFor>Shuffle [Music] [Song] [Songs] {*}</ListenFor>
  733.       <ListenFor>Play [a] [random] [song] [music] {*}</ListenFor>
  734.       <Feedback> Okay. I'll shuffle your music for you.</Feedback>
  735.       <Navigate Target="Speech.xaml"/>
  736.     </Command>
  737.  
  738.     <Command Name="Pause">
  739.       <Example>Pause Music</Example>
  740.       <ListenFor>Pause [the] [my] [Music] [Song] [this] {*}</ListenFor>
  741.       <ListenFor>Stop [the] [my] [Music] [Song]  {*}</ListenFor>
  742.       <Feedback> Okay. I'm pausing the currently playing track.</Feedback>
  743.       <Navigate Target="Speech.xaml"/>
  744.     </Command>
  745.  
  746.     <Command Name="Next">
  747.       <Example>Next Song</Example>
  748.       <ListenFor>Next [song] [track] [music] {*}</ListenFor>
  749.       <ListenFor>Skip [song] [track] [music] {*}</ListenFor>
  750.       <Feedback> I'll play the next song in your library.</Feedback>
  751.       <Navigate Target="Speech.xaml"/>
  752.     </Command>
  753.  
  754.     <Command Name="Previous">
  755.       <Example>Previous Song</Example>
  756.       <ListenFor>Previous [song] [track] [music] {*}</ListenFor>
  757.       <ListenFor>Back [a] [one] [song] [track] [music] {*}</ListenFor>
  758.       <ListenFor>Reverse [a] [one] [song] [track] [music] {*}</ListenFor>
  759.       <ListenFor>Last [a] [one] [song] [track] [music] {*}</ListenFor>
  760.       <Feedback> I'll go back to the previous song in your library.</Feedback>
  761.       <Navigate Target="Speech.xaml"/>
  762.     </Command>
  763.  
  764.     <Command Name="Time">
  765.       <Example>What time is it?</Example>
  766.       <ListenFor>[what] time [is] [it] [the] {*}</ListenFor>
  767.       <ListenFor>[what's] [whats] [the] time {*}</ListenFor>
  768.       <ListenFor>[current] [local] time {*}</ListenFor>
  769.       <Feedback> I'll get you the current time.</Feedback>
  770.       <Navigate Target="Speech.xaml"/>
  771.     </Command>
  772.  
  773.     <Command Name="Date">
  774.       <Example>What's Todays date?</Example>
  775.       <ListenFor>[whats] [todays] [the] [current] [is] [what] date {*}</ListenFor>
  776.       <ListenFor>[what] date [is] [it] {*}</ListenFor>
  777.       <ListenFor>[current] date {*}</ListenFor>
  778.       <Feedback> I'll get you the current date.</Feedback>
  779.       <Navigate Target="Speech.xaml"/>
  780.     </Command>
  781.  
  782.     <Command Name="Maps">
  783.       <Example>Search Maps</Example>
  784.       <ListenFor>maps [search] [my] [a] [open] [for] {*}</ListenFor>
  785.       <ListenFor>search [a] [my] maps [open] [for] {*}</ListenFor>
  786.       <ListenFor>open maps {*}</ListenFor>
  787.       <Feedback> I'm opening a map for you to search.</Feedback>
  788.       <Navigate Target="Speech.xaml"/>
  789.     </Command>
  790.  
  791.     <Command Name="MapDirections">
  792.       <Example>Get Directions</Example>
  793.       <ListenFor>[get] directons [to] {*}</ListenFor>
  794.       <ListenFor>map {*}</ListenFor>
  795.       <ListenFor>navigate [to] [a] [location] {*}</ListenFor>
  796.       <ListenFor>take [me] [to] [a] [location] {*}</ListenFor>
  797.       <Feedback> I'm getting directions from your current location now.</Feedback>
  798.       <Navigate Target="Speech.xaml"/>
  799.     </Command>
  800.  
  801.     <Command Name="SongInfo">
  802.       <Example>About This Song...</Example>
  803.       <ListenFor>about [the] [currently] [playing] song</ListenFor>
  804.       <ListenFor>about [a] [this] song [named] [called] {*}</ListenFor>
  805.       <Feedback>I'll get that information for you.</Feedback>
  806.       <Navigate Target="Speech.xaml"/>
  807.     </Command>
  808.  
  809.     <Command Name="StoreSearch">
  810.       <Example>Search the Store</Example>
  811.       <ListenFor>search [the] [windows] [phone] [store] [marketplace] [for] {*}</ListenFor>
  812.       <Feedback>I'm searching the store now.</Feedback>
  813.       <Navigate Target="Speech.xaml"/>
  814.     </Command>
  815.  
  816.     <Command Name="MusicSearch">
  817.       <Example>Search the Store for Music</Example>
  818.       <ListenFor>search [the] [windows] [phone] [store] [for] music [marketplace] {*}</ListenFor>
  819.       <Feedback>I'm searching the store for music now.</Feedback>
  820.       <Navigate Target="Speech.xaml"/>
  821.     </Command>
  822.  
  823.  
  824.     <Command Name="BatteryLevel">
  825.       <Example>How much battery do I have left?</Example>
  826.       <ListenFor>[how] [much] battery [do][is] [i] [have] [left] [remaining] {*}</ListenFor>
  827.       <Feedback>I'll get that information for you.</Feedback>
  828.       <Navigate Target="Speech.xaml"/>
  829.     </Command>
  830.  
  831.     <Command Name="AppointmentCreate">
  832.       <Example>Create a new appointment</Example>
  833.       <ListenFor>[create] [a] [new] appointment {*}</ListenFor>
  834.       <ListenFor>[create] [a] [new] event {*}</ListenFor>
  835.       <Feedback>Okay, i'll create a new appointment for you.</Feedback>
  836.       <Navigate Target="Speech.xaml"/>
  837.     </Command>
  838.  
  839.     <!--
  840.    <Command Name ="Calc">
  841.      <Example>What is 5 plus 5</Example>
  842.      <ListenFor>what is {*} </ListenFor>
  843.      <ListenFor>calculate {*}</ListenFor>
  844.      <ListenFor>solve {*}</ListenFor>
  845.      <ListenFor>open calculator</ListenFor>
  846.      <Feedback>I'm opening the calculator...</Feedback>
  847.      <Navigate Target="Speech.xaml"/>
  848.    </Command>
  849.  
  850.    <Command Name ="Timer">
  851.      <Example>Set a timer for 5 minutes</Example>
  852.      <ListenFor>[set] [a] timer [for] {*} </ListenFor>
  853.      <ListenFor>[create] [a] [new] timer </ListenFor>
  854.      <Feedback>Ok, i'm creating your timer.</Feedback>
  855.      <Navigate Target="Speech.xaml"/>
  856.    </Command>
  857.    -->
  858.   </CommandSet>
  859.   <CommandSet xml:lang="en-CA">
  860.     <CommandPrefix>Phone</CommandPrefix>
  861.     <Example> send an email </Example>
  862.  
  863.     <Command Name="SendMail">
  864.       <Example> Send An E-mail </Example>
  865.       <ListenFor> [create] [send] [an] [a] [new] email {*} </ListenFor>
  866.       <ListenFor> [create] [send] [a] [new] message {*}</ListenFor>
  867.       <ListenFor> [create] [send] [a] [new] email {*}</ListenFor>
  868.       <Feedback> Okay, i'll send an E-Mail for you.</Feedback>
  869.       <Navigate Target="Speech.xaml"/>
  870.     </Command>
  871.  
  872.     <Command Name="Alarm">
  873.       <Example> Set an Alarm </Example>
  874.       <ListenFor> set [an] [a] [new] [alarm] [at] {*} </ListenFor>
  875.       <ListenFor> wake [me] [up] [at] {*}</ListenFor>
  876.       <ListenFor> create [a] [new] [alarm] [at] {*}</ListenFor>
  877.       <ListenFor> [get] [me] up [at] {*}</ListenFor>
  878.       <ListenFor>[i] [want] [to] [be] awake [at] {*}</ListenFor>
  879.       <Feedback> Okay, i'm setting your alarm now.</Feedback>
  880.       <Navigate Target="Speech.xaml"/>
  881.     </Command>
  882.  
  883.     <Command Name="Reminder">
  884.       <Example> Create a new reminder </Example>
  885.       <ListenFor> [create] [set] [make] [a] [new] reminder {*} </ListenFor>
  886.       <ListenFor> remind [me] [to] {*}</ListenFor>
  887.       <Feedback> Okay, i'm creating your reminder now.</Feedback>
  888.       <Navigate Target="Speech.xaml"/>
  889.     </Command>
  890.  
  891.     <Command Name="ShareStatus">
  892.       <Example> Share Status </Example>
  893.       <ListenFor> share [something] [status] [to] [facebook] {*}</ListenFor>
  894.       <ListenFor> share [something] [status] [to] [twitter] {*}</ListenFor>
  895.       <ListenFor> post [something] [status] [to] [facebook] {*}</ListenFor>
  896.       <ListenFor> post [something] [status] [to] [twitter] {*}</ListenFor>
  897.       <Feedback> Okay, I will share your status for you. </Feedback>
  898.       <Navigate Target="Speech.xaml"/>
  899.     </Command>
  900.  
  901.     <Command Name="WhatCanISay">
  902.       <Example> What Can I Say? </Example>
  903.       <ListenFor> [what] [phrases] [words] [kinds] [of] [things] [can] [i] say {*}</ListenFor>
  904.       <ListenFor> [what] [can] [i] [kinds] [of] [commands] [do] [you] support {*}</ListenFor>
  905.       <Feedback> You can say anything to me. I'll get you a list of the main commands. </Feedback>
  906.       <Navigate Target="Speech.xaml"/>
  907.     </Command>
  908.  
  909.     <Command Name="SearchGoogle">
  910.       <Example>Search Google</Example>
  911.       <ListenFor>[Search] [on] Google [for] {*} </ListenFor>
  912.       <Feedback> Ok, i'll search Google.</Feedback>
  913.       <Navigate Target="Speech.xaml"/>
  914.     </Command>
  915.  
  916.     <Command Name="SearchBing">
  917.       <Example>Search Bing</Example>
  918.       <ListenFor>[Search] [on] Bing [for] {*} </ListenFor>
  919.       <Feedback> Ok, i'll search Bing</Feedback>
  920.       <Navigate Target="Speech.xaml"/>
  921.     </Command>
  922.  
  923.     <Command Name="SearchAmazon">
  924.       <Example>Search Amazon</Example>
  925.       <ListenFor>[Search] [on] Amazon [for] {*} </ListenFor>
  926.       <Feedback> Ok, i'll search Amazon.</Feedback>
  927.       <Navigate Target="Speech.xaml"/>
  928.     </Command>
  929.  
  930.     <Command Name="SearchYahoo">
  931.       <Example>Search Yahoo</Example>
  932.       <ListenFor>[Search] [on] Yahoo [for] {*} </ListenFor>
  933.       <Feedback> Ok, i'll search Yahoo.</Feedback>
  934.       <Navigate Target="Speech.xaml"/>
  935.     </Command>
  936.  
  937.     <Command Name="SearchYouTube">
  938.       <Example>Search YouTube</Example>
  939.       <ListenFor>[Search] [on] YouTube [for] {*} </ListenFor>
  940.       <Feedback> Ok, i'll search YouTube.</Feedback>
  941.       <Navigate Target="Speech.xaml"/>
  942.     </Command>
  943.  
  944.     <Command Name="Shuffle">
  945.       <Example>Shuffle Music</Example>
  946.       <ListenFor>Shuffle [Music] [Song] [Songs] {*}</ListenFor>
  947.       <ListenFor>Play [a] [random] [song] [music] {*}</ListenFor>
  948.       <Feedback> Okay. I'll shuffle your music for you.</Feedback>
  949.       <Navigate Target="Speech.xaml"/>
  950.     </Command>
  951.  
  952.     <Command Name="Pause">
  953.       <Example>Pause Music</Example>
  954.       <ListenFor>Pause [the] [my] [Music] [Song] [this] {*}</ListenFor>
  955.       <ListenFor>Stop [the] [my] [Music] [Song]  {*}</ListenFor>
  956.       <Feedback> Okay. I'm pausing the currently playing track.</Feedback>
  957.       <Navigate Target="Speech.xaml"/>
  958.     </Command>
  959.  
  960.     <Command Name="Next">
  961.       <Example>Next Song</Example>
  962.       <ListenFor>Next [song] [track] [music] {*}</ListenFor>
  963.       <ListenFor>Skip [song] [track] [music] {*}</ListenFor>
  964.       <Feedback> I'll play the next song in your library.</Feedback>
  965.       <Navigate Target="Speech.xaml"/>
  966.     </Command>
  967.  
  968.     <Command Name="Previous">
  969.       <Example>Previous Song</Example>
  970.       <ListenFor>Previous [song] [track] [music] {*}</ListenFor>
  971.       <ListenFor>Back [a] [one] [song] [track] [music] {*}</ListenFor>
  972.       <ListenFor>Reverse [a] [one] [song] [track] [music] {*}</ListenFor>
  973.       <ListenFor>Last [a] [one] [song] [track] [music] {*}</ListenFor>
  974.       <Feedback> I'll go back to the previous song in your library.</Feedback>
  975.       <Navigate Target="Speech.xaml"/>
  976.     </Command>
  977.  
  978.     <Command Name="Time">
  979.       <Example>What time is it?</Example>
  980.       <ListenFor>[what] time [is] [it] [the] {*}</ListenFor>
  981.       <ListenFor>[what's] [whats] [the] time {*}</ListenFor>
  982.       <ListenFor>[current] [local] time {*}</ListenFor>
  983.       <Feedback> I'll get you the current time.</Feedback>
  984.       <Navigate Target="Speech.xaml"/>
  985.     </Command>
  986.  
  987.     <Command Name="Date">
  988.       <Example>What's Todays date?</Example>
  989.       <ListenFor>[whats] [todays] [the] [current] [is] [what] date {*}</ListenFor>
  990.       <ListenFor>[what] date [is] [it] {*}</ListenFor>
  991.       <ListenFor>[current] date {*}</ListenFor>
  992.       <Feedback> I'll get you the current date.</Feedback>
  993.       <Navigate Target="Speech.xaml"/>
  994.     </Command>
  995.  
  996.     <Command Name="Maps">
  997.       <Example>Search Maps</Example>
  998.       <ListenFor>maps [search] [my] [a] [open] [for] {*}</ListenFor>
  999.       <ListenFor>search [a] [my] maps [open] [for] {*}</ListenFor>
  1000.       <ListenFor>open maps {*}</ListenFor>
  1001.       <Feedback> I'm opening a map for you to search.</Feedback>
  1002.       <Navigate Target="Speech.xaml"/>
  1003.     </Command>
  1004.  
  1005.     <Command Name="MapDirections">
  1006.       <Example>Get Directions</Example>
  1007.       <ListenFor>[get] directons [to] {*}</ListenFor>
  1008.       <ListenFor>map {*}</ListenFor>
  1009.       <ListenFor>navigate [to] [a] [location] {*}</ListenFor>
  1010.       <ListenFor>take [me] [to] [a] [location] {*}</ListenFor>
  1011.       <Feedback> I'm getting directions from your current location now.</Feedback>
  1012.       <Navigate Target="Speech.xaml"/>
  1013.     </Command>
  1014.  
  1015.     <Command Name="SongInfo">
  1016.       <Example>About This Song...</Example>
  1017.       <ListenFor>about [the] [currently] [playing] song</ListenFor>
  1018.       <ListenFor>about [a] [this] song [named] [called] {*}</ListenFor>
  1019.       <Feedback>I'll get that information for you.</Feedback>
  1020.       <Navigate Target="Speech.xaml"/>
  1021.     </Command>
  1022.  
  1023.     <Command Name="StoreSearch">
  1024.       <Example>Search the Store</Example>
  1025.       <ListenFor>search [the] [windows] [phone] [store] [marketplace] [for] {*}</ListenFor>
  1026.       <Feedback>I'm searching the store now.</Feedback>
  1027.       <Navigate Target="Speech.xaml"/>
  1028.     </Command>
  1029.  
  1030.     <Command Name="MusicSearch">
  1031.       <Example>Search the Store for Music</Example>
  1032.       <ListenFor>search [the] [windows] [phone] [store] [for] music [marketplace] {*}</ListenFor>
  1033.       <Feedback>I'm searching the store for music now.</Feedback>
  1034.       <Navigate Target="Speech.xaml"/>
  1035.     </Command>
  1036.  
  1037.  
  1038.     <Command Name="BatteryLevel">
  1039.       <Example>How much battery do I have left?</Example>
  1040.       <ListenFor>[how] [much] battery [do][is] [i] [have] [left] [remaining] {*}</ListenFor>
  1041.       <Feedback>I'll get that information for you.</Feedback>
  1042.       <Navigate Target="Speech.xaml"/>
  1043.     </Command>
  1044.  
  1045.     <Command Name="AppointmentCreate">
  1046.       <Example>Create a new appointment</Example>
  1047.       <ListenFor>[create] [a] [new] appointment {*}</ListenFor>
  1048.       <ListenFor>[create] [a] [new] event {*}</ListenFor>
  1049.       <Feedback>Okay, i'll create a new appointment for you.</Feedback>
  1050.       <Navigate Target="Speech.xaml"/>
  1051.     </Command>
  1052.  
  1053.     <!--
  1054.    <Command Name ="Calc">
  1055.      <Example>What is 5 plus 5</Example>
  1056.      <ListenFor>what is {*} </ListenFor>
  1057.      <ListenFor>calculate {*}</ListenFor>
  1058.      <ListenFor>solve {*}</ListenFor>
  1059.      <ListenFor>open calculator</ListenFor>
  1060.      <Feedback>I'm opening the calculator...</Feedback>
  1061.      <Navigate Target="Speech.xaml"/>
  1062.    </Command>
  1063.  
  1064.    <Command Name ="Timer">
  1065.      <Example>Set a timer for 5 minutes</Example>
  1066.      <ListenFor>[set] [a] timer [for] {*} </ListenFor>
  1067.      <ListenFor>[create] [a] [new] timer </ListenFor>
  1068.      <Feedback>Ok, i'm creating your timer.</Feedback>
  1069.      <Navigate Target="Speech.xaml"/>
  1070.    </Command>
  1071.    -->
  1072.   </CommandSet>
  1073.   <CommandSet xml:lang="en-IN">
  1074.     <CommandPrefix>Phone</CommandPrefix>
  1075.     <Example> send an email </Example>
  1076.  
  1077.     <Command Name="SendMail">
  1078.       <Example> Send An E-mail </Example>
  1079.       <ListenFor> [create] [send] [an] [a] [new] email {*} </ListenFor>
  1080.       <ListenFor> [create] [send] [a] [new] message {*}</ListenFor>
  1081.       <ListenFor> [create] [send] [a] [new] email {*}</ListenFor>
  1082.       <Feedback> Okay, i'll send an E-Mail for you.</Feedback>
  1083.       <Navigate Target="Speech.xaml"/>
  1084.     </Command>
  1085.  
  1086.     <Command Name="Alarm">
  1087.       <Example> Set an Alarm </Example>
  1088.       <ListenFor> set [an] [a] [new] [alarm] [at] {*} </ListenFor>
  1089.       <ListenFor> wake [me] [up] [at] {*}</ListenFor>
  1090.       <ListenFor> create [a] [new] [alarm] [at] {*}</ListenFor>
  1091.       <ListenFor> [get] [me] up [at] {*}</ListenFor>
  1092.       <ListenFor>[i] [want] [to] [be] awake [at] {*}</ListenFor>
  1093.       <Feedback> Okay, i'm setting your alarm now.</Feedback>
  1094.       <Navigate Target="Speech.xaml"/>
  1095.     </Command>
  1096.  
  1097.     <Command Name="Reminder">
  1098.       <Example> Create a new reminder </Example>
  1099.       <ListenFor> [create] [set] [make] [a] [new] reminder {*} </ListenFor>
  1100.       <ListenFor> remind [me] [to] {*}</ListenFor>
  1101.       <Feedback> Okay, i'm creating your reminder now.</Feedback>
  1102.       <Navigate Target="Speech.xaml"/>
  1103.     </Command>
  1104.  
  1105.     <Command Name="ShareStatus">
  1106.       <Example> Share Status </Example>
  1107.       <ListenFor> share [something] [status] [to] [facebook] {*}</ListenFor>
  1108.       <ListenFor> share [something] [status] [to] [twitter] {*}</ListenFor>
  1109.       <ListenFor> post [something] [status] [to] [facebook] {*}</ListenFor>
  1110.       <ListenFor> post [something] [status] [to] [twitter] {*}</ListenFor>
  1111.       <Feedback> Okay, I will share your status for you. </Feedback>
  1112.       <Navigate Target="Speech.xaml"/>
  1113.     </Command>
  1114.  
  1115.     <Command Name="WhatCanISay">
  1116.       <Example> What Can I Say? </Example>
  1117.       <ListenFor> [what] [phrases] [words] [kinds] [of] [things] [can] [i] say {*}</ListenFor>
  1118.       <ListenFor> [what] [can] [i] [kinds] [of] [commands] [do] [you] support {*}</ListenFor>
  1119.       <Feedback> You can say anything to me. I'll get you a list of the main commands. </Feedback>
  1120.       <Navigate Target="Speech.xaml"/>
  1121.     </Command>
  1122.  
  1123.     <Command Name="SearchGoogle">
  1124.       <Example>Search Google</Example>
  1125.       <ListenFor>[Search] [on] Google [for] {*} </ListenFor>
  1126.       <Feedback> Ok, i'll search Google.</Feedback>
  1127.       <Navigate Target="Speech.xaml"/>
  1128.     </Command>
  1129.  
  1130.     <Command Name="SearchBing">
  1131.       <Example>Search Bing</Example>
  1132.       <ListenFor>[Search] [on] Bing [for] {*} </ListenFor>
  1133.       <Feedback> Ok, i'll search Bing</Feedback>
  1134.       <Navigate Target="Speech.xaml"/>
  1135.     </Command>
  1136.  
  1137.     <Command Name="SearchAmazon">
  1138.       <Example>Search Amazon</Example>
  1139.       <ListenFor>[Search] [on] Amazon [for] {*} </ListenFor>
  1140.       <Feedback> Ok, i'll search Amazon.</Feedback>
  1141.       <Navigate Target="Speech.xaml"/>
  1142.     </Command>
  1143.  
  1144.     <Command Name="SearchYahoo">
  1145.       <Example>Search Yahoo</Example>
  1146.       <ListenFor>[Search] [on] Yahoo [for] {*} </ListenFor>
  1147.       <Feedback> Ok, i'll search Yahoo.</Feedback>
  1148.       <Navigate Target="Speech.xaml"/>
  1149.     </Command>
  1150.  
  1151.     <Command Name="SearchYouTube">
  1152.       <Example>Search YouTube</Example>
  1153.       <ListenFor>[Search] [on] YouTube [for] {*} </ListenFor>
  1154.       <Feedback> Ok, i'll search YouTube.</Feedback>
  1155.       <Navigate Target="Speech.xaml"/>
  1156.     </Command>
  1157.  
  1158.     <Command Name="Shuffle">
  1159.       <Example>Shuffle Music</Example>
  1160.       <ListenFor>Shuffle [Music] [Song] [Songs] {*}</ListenFor>
  1161.       <ListenFor>Play [a] [random] [song] [music] {*}</ListenFor>
  1162.       <Feedback> Okay. I'll shuffle your music for you.</Feedback>
  1163.       <Navigate Target="Speech.xaml"/>
  1164.     </Command>
  1165.  
  1166.     <Command Name="Pause">
  1167.       <Example>Pause Music</Example>
  1168.       <ListenFor>Pause [the] [my] [Music] [Song] [this] {*}</ListenFor>
  1169.       <ListenFor>Stop [the] [my] [Music] [Song]  {*}</ListenFor>
  1170.       <Feedback> Okay. I'm pausing the currently playing track.</Feedback>
  1171.       <Navigate Target="Speech.xaml"/>
  1172.     </Command>
  1173.  
  1174.     <Command Name="Next">
  1175.       <Example>Next Song</Example>
  1176.       <ListenFor>Next [song] [track] [music] {*}</ListenFor>
  1177.       <ListenFor>Skip [song] [track] [music] {*}</ListenFor>
  1178.       <Feedback> I'll play the next song in your library.</Feedback>
  1179.       <Navigate Target="Speech.xaml"/>
  1180.     </Command>
  1181.  
  1182.     <Command Name="Previous">
  1183.       <Example>Previous Song</Example>
  1184.       <ListenFor>Previous [song] [track] [music] {*}</ListenFor>
  1185.       <ListenFor>Back [a] [one] [song] [track] [music] {*}</ListenFor>
  1186.       <ListenFor>Reverse [a] [one] [song] [track] [music] {*}</ListenFor>
  1187.       <ListenFor>Last [a] [one] [song] [track] [music] {*}</ListenFor>
  1188.       <Feedback> I'll go back to the previous song in your library.</Feedback>
  1189.       <Navigate Target="Speech.xaml"/>
  1190.     </Command>
  1191.  
  1192.     <Command Name="Time">
  1193.       <Example>What time is it?</Example>
  1194.       <ListenFor>[what] time [is] [it] [the] {*}</ListenFor>
  1195.       <ListenFor>[what's] [whats] [the] time {*}</ListenFor>
  1196.       <ListenFor>[current] [local] time {*}</ListenFor>
  1197.       <Feedback> I'll get you the current time.</Feedback>
  1198.       <Navigate Target="Speech.xaml"/>
  1199.     </Command>
  1200.  
  1201.     <Command Name="Date">
  1202.       <Example>What's Todays date?</Example>
  1203.       <ListenFor>[whats] [todays] [the] [current] [is] [what] date {*}</ListenFor>
  1204.       <ListenFor>[what] date [is] [it] {*}</ListenFor>
  1205.       <ListenFor>[current] date {*}</ListenFor>
  1206.       <Feedback> I'll get you the current date.</Feedback>
  1207.       <Navigate Target="Speech.xaml"/>
  1208.     </Command>
  1209.  
  1210.     <Command Name="Maps">
  1211.       <Example>Search Maps</Example>
  1212.       <ListenFor>maps [search] [my] [a] [open] [for] {*}</ListenFor>
  1213.       <ListenFor>search [a] [my] maps [open] [for] {*}</ListenFor>
  1214.       <ListenFor>open maps {*}</ListenFor>
  1215.       <Feedback> I'm opening a map for you to search.</Feedback>
  1216.       <Navigate Target="Speech.xaml"/>
  1217.     </Command>
  1218.  
  1219.     <Command Name="MapDirections">
  1220.       <Example>Get Directions</Example>
  1221.       <ListenFor>[get] directons [to] {*}</ListenFor>
  1222.       <ListenFor>map {*}</ListenFor>
  1223.       <ListenFor>navigate [to] [a] [location] {*}</ListenFor>
  1224.       <ListenFor>take [me] [to] [a] [location] {*}</ListenFor>
  1225.       <Feedback> I'm getting directions from your current location now.</Feedback>
  1226.       <Navigate Target="Speech.xaml"/>
  1227.     </Command>
  1228.  
  1229.     <Command Name="SongInfo">
  1230.       <Example>About This Song...</Example>
  1231.       <ListenFor>about [the] [currently] [playing] song</ListenFor>
  1232.       <ListenFor>about [a] [this] song [named] [called] {*}</ListenFor>
  1233.       <Feedback>I'll get that information for you.</Feedback>
  1234.       <Navigate Target="Speech.xaml"/>
  1235.     </Command>
  1236.  
  1237.     <Command Name="StoreSearch">
  1238.       <Example>Search the Store</Example>
  1239.       <ListenFor>search [the] [windows] [phone] [store] [marketplace] [for] {*}</ListenFor>
  1240.       <Feedback>I'm searching the store now.</Feedback>
  1241.       <Navigate Target="Speech.xaml"/>
  1242.     </Command>
  1243.  
  1244.     <Command Name="MusicSearch">
  1245.       <Example>Search the Store for Music</Example>
  1246.       <ListenFor>search [the] [windows] [phone] [store] [for] music [marketplace] {*}</ListenFor>
  1247.       <Feedback>I'm searching the store for music now.</Feedback>
  1248.       <Navigate Target="Speech.xaml"/>
  1249.     </Command>
  1250.  
  1251.  
  1252.     <Command Name="BatteryLevel">
  1253.       <Example>How much battery do I have left?</Example>
  1254.       <ListenFor>[how] [much] battery [do][is] [i] [have] [left] [remaining] {*}</ListenFor>
  1255.       <Feedback>I'll get that information for you.</Feedback>
  1256.       <Navigate Target="Speech.xaml"/>
  1257.     </Command>
  1258.  
  1259.     <Command Name="AppointmentCreate">
  1260.       <Example>Create a new appointment</Example>
  1261.       <ListenFor>[create] [a] [new] appointment {*}</ListenFor>
  1262.       <ListenFor>[create] [a] [new] event {*}</ListenFor>
  1263.       <Feedback>Okay, i'll create a new appointment for you.</Feedback>
  1264.       <Navigate Target="Speech.xaml"/>
  1265.     </Command>
  1266.  
  1267.     <!--
  1268.    <Command Name ="Calc">
  1269.      <Example>What is 5 plus 5</Example>
  1270.      <ListenFor>what is {*} </ListenFor>
  1271.      <ListenFor>calculate {*}</ListenFor>
  1272.      <ListenFor>solve {*}</ListenFor>
  1273.      <ListenFor>open calculator</ListenFor>
  1274.      <Feedback>I'm opening the calculator...</Feedback>
  1275.      <Navigate Target="Speech.xaml"/>
  1276.    </Command>
  1277.  
  1278.    <Command Name ="Timer">
  1279.      <Example>Set a timer for 5 minutes</Example>
  1280.      <ListenFor>[set] [a] timer [for] {*} </ListenFor>
  1281.      <ListenFor>[create] [a] [new] timer </ListenFor>
  1282.      <Feedback>Ok, i'm creating your timer.</Feedback>
  1283.      <Navigate Target="Speech.xaml"/>
  1284.    </Command>
  1285.    -->
  1286.   </CommandSet>
  1287.   <CommandSet xml:lang="en-ZA">
  1288.     <CommandPrefix>Phone</CommandPrefix>
  1289.     <Example> send an email </Example>
  1290.  
  1291.     <Command Name="SendMail">
  1292.       <Example> Send An E-mail </Example>
  1293.       <ListenFor> [create] [send] [an] [a] [new] email {*} </ListenFor>
  1294.       <ListenFor> [create] [send] [a] [new] message {*}</ListenFor>
  1295.       <ListenFor> [create] [send] [a] [new] email {*}</ListenFor>
  1296.       <Feedback> Okay, i'll send an E-Mail for you.</Feedback>
  1297.       <Navigate Target="Speech.xaml"/>
  1298.     </Command>
  1299.  
  1300.     <Command Name="Alarm">
  1301.       <Example> Set an Alarm </Example>
  1302.       <ListenFor> set [an] [a] [new] [alarm] [at] {*} </ListenFor>
  1303.       <ListenFor> wake [me] [up] [at] {*}</ListenFor>
  1304.       <ListenFor> create [a] [new] [alarm] [at] {*}</ListenFor>
  1305.       <ListenFor> [get] [me] up [at] {*}</ListenFor>
  1306.       <ListenFor>[i] [want] [to] [be] awake [at] {*}</ListenFor>
  1307.       <Feedback> Okay, i'm setting your alarm now.</Feedback>
  1308.       <Navigate Target="Speech.xaml"/>
  1309.     </Command>
  1310.  
  1311.     <Command Name="Reminder">
  1312.       <Example> Create a new reminder </Example>
  1313.       <ListenFor> [create] [set] [make] [a] [new] reminder {*} </ListenFor>
  1314.       <ListenFor> remind [me] [to] {*}</ListenFor>
  1315.       <Feedback> Okay, i'm creating your reminder now.</Feedback>
  1316.       <Navigate Target="Speech.xaml"/>
  1317.     </Command>
  1318.  
  1319.     <Command Name="ShareStatus">
  1320.       <Example> Share Status </Example>
  1321.       <ListenFor> share [something] [status] [to] [facebook] {*}</ListenFor>
  1322.       <ListenFor> share [something] [status] [to] [twitter] {*}</ListenFor>
  1323.       <ListenFor> post [something] [status] [to] [facebook] {*}</ListenFor>
  1324.       <ListenFor> post [something] [status] [to] [twitter] {*}</ListenFor>
  1325.       <Feedback> Okay, I will share your status for you. </Feedback>
  1326.       <Navigate Target="Speech.xaml"/>
  1327.     </Command>
  1328.  
  1329.     <Command Name="WhatCanISay">
  1330.       <Example> What Can I Say? </Example>
  1331.       <ListenFor> [what] [phrases] [words] [kinds] [of] [things] [can] [i] say {*}</ListenFor>
  1332.       <ListenFor> [what] [can] [i] [kinds] [of] [commands] [do] [you] support {*}</ListenFor>
  1333.       <Feedback> You can say anything to me. I'll get you a list of the main commands. </Feedback>
  1334.       <Navigate Target="Speech.xaml"/>
  1335.     </Command>
  1336.  
  1337.     <Command Name="SearchGoogle">
  1338.       <Example>Search Google</Example>
  1339.       <ListenFor>[Search] [on] Google [for] {*} </ListenFor>
  1340.       <Feedback> Ok, i'll search Google.</Feedback>
  1341.       <Navigate Target="Speech.xaml"/>
  1342.     </Command>
  1343.  
  1344.     <Command Name="SearchBing">
  1345.       <Example>Search Bing</Example>
  1346.       <ListenFor>[Search] [on] Bing [for] {*} </ListenFor>
  1347.       <Feedback> Ok, i'll search Bing</Feedback>
  1348.       <Navigate Target="Speech.xaml"/>
  1349.     </Command>
  1350.  
  1351.     <Command Name="SearchAmazon">
  1352.       <Example>Search Amazon</Example>
  1353.       <ListenFor>[Search] [on] Amazon [for] {*} </ListenFor>
  1354.       <Feedback> Ok, i'll search Amazon.</Feedback>
  1355.       <Navigate Target="Speech.xaml"/>
  1356.     </Command>
  1357.  
  1358.     <Command Name="SearchYahoo">
  1359.       <Example>Search Yahoo</Example>
  1360.       <ListenFor>[Search] [on] Yahoo [for] {*} </ListenFor>
  1361.       <Feedback> Ok, i'll search Yahoo.</Feedback>
  1362.       <Navigate Target="Speech.xaml"/>
  1363.     </Command>
  1364.  
  1365.     <Command Name="SearchYouTube">
  1366.       <Example>Search YouTube</Example>
  1367.       <ListenFor>[Search] [on] YouTube [for] {*} </ListenFor>
  1368.       <Feedback> Ok, i'll search YouTube.</Feedback>
  1369.       <Navigate Target="Speech.xaml"/>
  1370.     </Command>
  1371.  
  1372.     <Command Name="Shuffle">
  1373.       <Example>Shuffle Music</Example>
  1374.       <ListenFor>Shuffle [Music] [Song] [Songs] {*}</ListenFor>
  1375.       <ListenFor>Play [a] [random] [song] [music] {*}</ListenFor>
  1376.       <Feedback> Okay. I'll shuffle your music for you.</Feedback>
  1377.       <Navigate Target="Speech.xaml"/>
  1378.     </Command>
  1379.  
  1380.     <Command Name="Pause">
  1381.       <Example>Pause Music</Example>
  1382.       <ListenFor>Pause [the] [my] [Music] [Song] [this] {*}</ListenFor>
  1383.       <ListenFor>Stop [the] [my] [Music] [Song]  {*}</ListenFor>
  1384.       <Feedback> Okay. I'm pausing the currently playing track.</Feedback>
  1385.       <Navigate Target="Speech.xaml"/>
  1386.     </Command>
  1387.  
  1388.     <Command Name="Next">
  1389.       <Example>Next Song</Example>
  1390.       <ListenFor>Next [song] [track] [music] {*}</ListenFor>
  1391.       <ListenFor>Skip [song] [track] [music] {*}</ListenFor>
  1392.       <Feedback> I'll play the next song in your library.</Feedback>
  1393.       <Navigate Target="Speech.xaml"/>
  1394.     </Command>
  1395.  
  1396.     <Command Name="Previous">
  1397.       <Example>Previous Song</Example>
  1398.       <ListenFor>Previous [song] [track] [music] {*}</ListenFor>
  1399.       <ListenFor>Back [a] [one] [song] [track] [music] {*}</ListenFor>
  1400.       <ListenFor>Reverse [a] [one] [song] [track] [music] {*}</ListenFor>
  1401.       <ListenFor>Last [a] [one] [song] [track] [music] {*}</ListenFor>
  1402.       <Feedback> I'll go back to the previous song in your library.</Feedback>
  1403.       <Navigate Target="Speech.xaml"/>
  1404.     </Command>
  1405.  
  1406.     <Command Name="Time">
  1407.       <Example>What time is it?</Example>
  1408.       <ListenFor>[what] time [is] [it] [the] {*}</ListenFor>
  1409.       <ListenFor>[what's] [whats] [the] time {*}</ListenFor>
  1410.       <ListenFor>[current] [local] time {*}</ListenFor>
  1411.       <Feedback> I'll get you the current time.</Feedback>
  1412.       <Navigate Target="Speech.xaml"/>
  1413.     </Command>
  1414.  
  1415.     <Command Name="Date">
  1416.       <Example>What's Todays date?</Example>
  1417.       <ListenFor>[whats] [todays] [the] [current] [is] [what] date {*}</ListenFor>
  1418.       <ListenFor>[what] date [is] [it] {*}</ListenFor>
  1419.       <ListenFor>[current] date {*}</ListenFor>
  1420.       <Feedback> I'll get you the current date.</Feedback>
  1421.       <Navigate Target="Speech.xaml"/>
  1422.     </Command>
  1423.  
  1424.     <Command Name="Maps">
  1425.       <Example>Search Maps</Example>
  1426.       <ListenFor>maps [search] [my] [a] [open] [for] {*}</ListenFor>
  1427.       <ListenFor>search [a] [my] maps [open] [for] {*}</ListenFor>
  1428.       <ListenFor>open maps {*}</ListenFor>
  1429.       <Feedback> I'm opening a map for you to search.</Feedback>
  1430.       <Navigate Target="Speech.xaml"/>
  1431.     </Command>
  1432.  
  1433.     <Command Name="MapDirections">
  1434.       <Example>Get Directions</Example>
  1435.       <ListenFor>[get] directons [to] {*}</ListenFor>
  1436.       <ListenFor>map {*}</ListenFor>
  1437.       <ListenFor>navigate [to] [a] [location] {*}</ListenFor>
  1438.       <ListenFor>take [me] [to] [a] [location] {*}</ListenFor>
  1439.       <Feedback> I'm getting directions from your current location now.</Feedback>
  1440.       <Navigate Target="Speech.xaml"/>
  1441.     </Command>
  1442.  
  1443.     <Command Name="SongInfo">
  1444.       <Example>About This Song...</Example>
  1445.       <ListenFor>about [the] [currently] [playing] song</ListenFor>
  1446.       <ListenFor>about [a] [this] song [named] [called] {*}</ListenFor>
  1447.       <Feedback>I'll get that information for you.</Feedback>
  1448.       <Navigate Target="Speech.xaml"/>
  1449.     </Command>
  1450.  
  1451.     <Command Name="StoreSearch">
  1452.       <Example>Search the Store</Example>
  1453.       <ListenFor>search [the] [windows] [phone] [store] [marketplace] [for] {*}</ListenFor>
  1454.       <Feedback>I'm searching the store now.</Feedback>
  1455.       <Navigate Target="Speech.xaml"/>
  1456.     </Command>
  1457.  
  1458.     <Command Name="MusicSearch">
  1459.       <Example>Search the Store for Music</Example>
  1460.       <ListenFor>search [the] [windows] [phone] [store] [for] music [marketplace] {*}</ListenFor>
  1461.       <Feedback>I'm searching the store for music now.</Feedback>
  1462.       <Navigate Target="Speech.xaml"/>
  1463.     </Command>
  1464.  
  1465.  
  1466.     <Command Name="BatteryLevel">
  1467.       <Example>How much battery do I have left?</Example>
  1468.       <ListenFor>[how] [much] battery [do][is] [i] [have] [left] [remaining] {*}</ListenFor>
  1469.       <Feedback>I'll get that information for you.</Feedback>
  1470.       <Navigate Target="Speech.xaml"/>
  1471.     </Command>
  1472.  
  1473.     <Command Name="AppointmentCreate">
  1474.       <Example>Create a new appointment</Example>
  1475.       <ListenFor>[create] [a] [new] appointment {*}</ListenFor>
  1476.       <ListenFor>[create] [a] [new] event {*}</ListenFor>
  1477.       <Feedback>Okay, i'll create a new appointment for you.</Feedback>
  1478.       <Navigate Target="Speech.xaml"/>
  1479.     </Command>
  1480.  
  1481.     <!--
  1482.    <Command Name ="Calc">
  1483.      <Example>What is 5 plus 5</Example>
  1484.      <ListenFor>what is {*} </ListenFor>
  1485.      <ListenFor>calculate {*}</ListenFor>
  1486.      <ListenFor>solve {*}</ListenFor>
  1487.      <ListenFor>open calculator</ListenFor>
  1488.      <Feedback>I'm opening the calculator...</Feedback>
  1489.      <Navigate Target="Speech.xaml"/>
  1490.    </Command>
  1491.  
  1492.    <Command Name ="Timer">
  1493.      <Example>Set a timer for 5 minutes</Example>
  1494.      <ListenFor>[set] [a] timer [for] {*} </ListenFor>
  1495.      <ListenFor>[create] [a] [new] timer </ListenFor>
  1496.      <Feedback>Ok, i'm creating your timer.</Feedback>
  1497.      <Navigate Target="Speech.xaml"/>
  1498.    </Command>
  1499.    -->
  1500.   </CommandSet>
  1501. </VoiceCommands>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement