From the course: Developing UWP Apps: 10 Voice, Speech, and Cortana

Unlock this course with a free trial

Join today to access over 22,400 courses taught by industry experts.

Cortana integration

Cortana integration

- So here are the steps we're going to walk through, here's everything that's required to have Cortana integration up and working. If you have any one of these parts unavailable, there's going to be a disconnect and Cortana can't make this process logic flow. Number one, we're going to have to update the app package manifest, we're going to set some properties in there, we're going to label similar to what we've done with a background task in earlier sessions, but we're going to label that as an app service instead of just a simple background task, and then we're going to add a background task project to our solution. In our Tagger app, we already have a background task project, so we'll just add a simple class that is implementing the high background task interface, then we're going to create a command definition file, this is going to be the VCD, if you're familiar with using speech in Windows for earlier platforms, we're going to have a VCD file that's going to have a list of…

Contents