Is it posible to read any value from Cortana voice command?
For example, when I say:
"Search {something} in my library"
I want to get the result from {something} in my app.
I found how to work with PhraseList and PhraseTopic, but in my case could be any word instead of some declared items or one topic.
In your VoiceCommands.xml you need:
In your App.xaml.cs you need:
In the OnActivated Method (or wherever else you Handle the command) you can read it out with:
something will be everything between search and in my library