Store session data in Alexa skill using python – Session Attributes in Alexa Skill Kit
Almost every Alexa skill requires a back-and-forth interaction with the user in order to make the skill more lively and interactive. In order to achieve this Amazon provides us feature called session attributes. So in this blog, I am going to talk about session attributes and give a code snippet using python. If you are … Read more