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: ...