Alexa Custom Skill 2 with Visual Studio + C#: Conversation with Session

Introduction This article is a continuation of Alexa Custom Skill 1 with Visual Studio + C#: Greeting on Twitter. The content of the previous article serves as the foundation here. For writing Lambda functions, I chose C#, which is a minor language for this purpose (at least in my opinion), to create a custom skill. Overview In the previous implementation, the process was completed with a single round of conversation like this: ...

2017-12-28 · 5 min · 928 words · ayumax

Alexa Custom Skill 1 with Visual Studio + C#: Greeting on Twitter

What I Did After waiting for over a month, I finally received my Amazon Echo and tried greeting on Twitter using it. Although it might be possible to do this without creating a skill by using IFTTT, my goal was to actually build a custom skill, so I decided to implement it from scratch. Most tutorials and samples use Node.js for Lambda methods, but since I love C#, I wrote it in C#. ...

2017-12-27 · 5 min · 1038 words · ayumax