travello-gmbh / amazon-alexa-skill-library

DEPRECATED PHP Library for Amazon Alexa Skills
12 stars 1 forks source link

Add session container #23

Closed RalfEggert closed 6 years ago

RalfEggert commented 6 years ago

Added new session container class and extracted session attribute handling from Alexa application and response classes. Session attributes will be manipulated from the intent classes from now on.

Alexa application is not abstract any more and must not be extended for a new skill.

Solves #22