I’m not sure how to assign a slot to a variable in an Alexa skill. I’ve found several tutorials, but most of them are in JS (I wrote this code in Python) or outdated, since even using them precisely as presented does not work. Alexa is meant to ask for one of my kids’ names so I can implement a
Tag: alexa
Adding session attributes in Python for Alexa skills
I have 3 slots (account, dollar_value, recipient_first) within my intent schema for an Alexa skill and I want to save whatever slots are provided by the speaker in the session Attributes. I am using the following methods to set session attributes: However, as you may guess, if I want to save more than one slot as data in sessionAttributes, the