Is there any way to invoke a Cortana response without user input?

筅森魡賤 提交于 2019-12-07 17:37:06

问题


I have an app I am working on for Windows 10 which should notify a user when external data reaches a certain threshold.

While I can simply use Windows Notifications (and will fall back on them), I'd really like to do more integration with Cortana. (Voice activation and natural searching will be available.)

Is there any way to have Cortana notify the user when the change is triggered (either with speech or via a new item on her dashboard) without a user specifically asking her?


回答1:


I was (and still "is", actually) also very interested in this kind of things, but as far as I could see it the only Cortana-related API lives in Windows.ApplicationModel.VoiceCommands namespace and there is nothing there to invoke Cortana, only handle voice command from Cortana.

So, hopefully Microsoft will either extend this or separate namespace in the future OR make Cortana available via cross app communication.



来源:https://stackoverflow.com/questions/30617188/is-there-any-way-to-invoke-a-cortana-response-without-user-input

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!