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

How to create a simple Quiz bot using Amazon LEX and AWS lambda (python)

Amazon LEX is a great service to create chatbots. A quiz bot is something that can be more engaging to customers. Nowadays we can find many companies using quizzes in order to educate their customers to understand our product. In this blog, I am going to show how to create a simple blog. Amazon LEX … Read more

How to handle Alexa skill backend logic using AWS lambda – python

In this article, I will show the process through which you can add your backend logic using python. We will be using AWS Lambda as it blends well with Alexa. If you are someone new to AWS you can refer to this blog. Amazon Alexa makes our life easy by providing an SDK. So in … Read more

Amazon Pay integration with Alexa using python

Alexa is one of the most exciting technologies to work with. In this article, I will be sharing how to integrate Amazon pay with Alexa using python. If you are someone new to Alexa skill development, check out the basics of Alexa skill development. Recently I had a requirement to integrate Amazon Pay into my … Read more

Custom Slot Handling in Alexa Skill Development

Developing a skill on Alexa is definitely fun. Isn’t it? That’s because Alexa not only makes the life of the user easier but also its developer. It provides many features for developers so that we can concentrate more on the backend part and not filling the slots. Now before proceeding further, I assume that you … Read more

Handling date in Alexa Skill Development

Amazon Alexa is gradually starting to get more traffic. As a developer, you can surely take advantage of it. In this article, let’s see how to handle dates in Alexa skill development. Before we begin, if you are completely new to Alexa skill development then please check out this blog to know the basics of … Read more