Developing Voice Apps


Details
Our monthly meeting will be held December 19 from 5:30-8:00 on the second floor of the Microsoft Malvern MTC in Malvern. Refreshments are provided courtesy of Microsoft.
John Iwasz - Alexa Skill Development with C#
Sanjeev Surati - Whetstone Technologies
More than an introduction into building Alexa skills. This session covers how to stand up an Alexa skill in C# and includes:
- best practices to store user data between sessions
- how to access the user's personal data like the zip code and email (with permission)
- nameless invocation
- how to give your skill a voice other than Alexa's
The Whetstone.Alexa Nuget package contains classes for serializing and deserializing Alexa messages.
https://www.nuget.org/packages/Whetstone.Alexa/
Source code for this package is available at:
https://github.com/WhetstoneTechnologies/Whetstone.Alexa
Examples of using this package in an Alexa skill can be found here:
https://github.com/WhetstoneTechnologies/Whetstone.Alexa.EmailChecker
This session will live stream on Mixer at our channel:

Developing Voice Apps