Tuesday, August 22, 2017

Integrating Cortana with the Universal Windows Platform

Three mobile platforms, iOS, Android, and Windows, has been improving their digital assistants ("Siri" on iOS platform, "Google Now" on Android, and "Cortana" on Windows) very frequently. All these digital assistants offer search device data and Cloud-based information. Cortana's voice command features integrated into Windows 10 enable developers to give users convenient ways to access data. Cortana offers integration into Bing, Office 365, and local data sources. With a wide range of features, Cortana helps users organize and manage their data easily. Cortana also exposes an interface to developers that permits applications to integrate into the Cortana search experience. In this article, I'll walk through you Cortana integration with the Universal Windows Platform (UWP) travel app.

More

No comments:

Post a Comment

Mocking API Responses in Azure API Management Portal

A mock API imitates a real API call by providing a realistic JSON or XML response to the requester. Mock APIs can be designed on a developer...