Skip to content
Advertisement

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

Advertisement