I can't figure out how to make it so that if I ask my C# voice application, "Call Mark" It will ask for a confirmation and only call him if I say "Yes".
case "Call Mark:
speak.SpeakAsync("Are you sure");
break;
I would guess that I would have to use a Bool, but I don't know how without making it so that I have to say "yes" before you say "call Mark." Another way that I tried just made it so that when I said "yes" it would call him.