Is there a way to trigger Cortana's response without user input?

I have an app I'm working on for Windows 10 that needs to notify the user when external data reaches a certain threshold.

As long as I can just use Windows Notifications (and lean on them), I would love to integrate more with Cortana. (Voice activated and natural search will be available.)

Is there a way for Cortana to notify the user when a change is generated (either with a speech or with a new item on its dashboard) without asking the user for it?

+3


source to share


1 answer


I was (and still "is", in fact) also very interested in such things, but as far as I could see the only API related to Cortana is in the Windows.ApplicationModel.VoiceCommands namespace and there is nothing to call Cortana only handle a voice command from Cortana.



So, we hope Microsoft will expand this or a separate namespace in the future, or make Cortana available cross-app .

0


source







All Articles