Skip to content

Instantly share code, notes, and snippets.

@codefoster
Created February 11, 2015 06:10
Show Gist options
  • Save codefoster/91b908d2ffbfe4976ca5 to your computer and use it in GitHub Desktop.
Save codefoster/91b908d2ffbfe4976ca5 to your computer and use it in GitHub Desktop.
else if (args.detail.kind === activation.ActivationKind.voiceCommand) {
var command = args.detail.result.semanticInterpretation.properties.command[0];
WinJS.xhr({ url: 'http://CommandMonkey.azurewebsites.net/api/command?cmd=' + command });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment