-
Open Alexa Developer Console and create a new skill.
-
Select the appropriate language. Choose "custom skill" and "python hosted" in the following options.
-
After the skill is created, go to json editor and replace it with the "interaction_model.json" file.
-
Click on "Build" after changing the interaction model
-
Open the "code" tab and paste the code from the "lambda_function.py" file. Click on deploy.
-
Test the skill by clicking on the "Test" tab.