amazon-archives / legacy-skill-samples-java

These samples utilize a version of the Alexa Skills Kit SDK that is no longer supported. Please visit https://github.com/alexa/alexa-skills-kit-sdk-for-java
https://github.com/alexa/alexa-skills-kit-sdk-for-java
Other
94 stars 142 forks source link

Trouble persisting Session attributes #10

Closed anuvakkachen closed 6 years ago

anuvakkachen commented 6 years ago

Hi

I'm persisting a custom object in session. I can see it in the response payload and also in the subsequent requests I receive( while testing from lambda console and service simulator) . But when I retrieve it from session object it's null. Any thoughts on what I might be doing wrong?

Thank you, Anu