﻿<?xml version="1.0" encoding="utf-8" ?>
<VoiceCommands xmlns="http://schemas.microsoft.com/voicecommands/1.2">
  <CommandSet xml:lang="en-us" Name="FeedbackHubCommandSet_en-us">
    
    <AppName> Feedback Hub </AppName>
    <Example> Send feedback </Example>

    <Command Name="fileABug">
      <Example> Report an issue using Feedback Hub </Example>
      <ListenFor RequireAppName="BeforeOrAfterPhrase"> {send} [a] [an] [some] {issue} </ListenFor>
      <Feedback> Launching Feedback Hub </Feedback>
      <Navigate />
    </Command>

    <PhraseList Label="send">
      <Item>send</Item>
      <Item>file</Item>
      <Item>report</Item>
      <Item>provide</Item>
    </PhraseList>

    <PhraseList Label="issue">
      <Item>bug</Item>
      <Item>bugs</Item>
      <Item>issue</Item>
      <Item>issues</Item>
      <Item>feedback</Item>
      <Item>feedbacks</Item>
      <Item>problem</Item>
      <Item>problems</Item>
    </PhraseList>
    
  </CommandSet>
</VoiceCommands>