KayLerch / alexa-skills-kit-states-java

Extends Alexa Skills Kit with an SDK to manage state of POJO models or collection of single values in your Alexa skills
https://kaylerch.github.io/alexa-skills-kit-states-java/
Apache License 2.0
13 stars 4 forks source link

upgrade ask-sdk #5

Open vubui opened 6 years ago

vubui commented 6 years ago

ask-sdk 2.0.0 uses a different Session class. I think it creates a conflict in instantiating AWSDynamoStateHandler

KayLerch commented 6 years ago

Hi Vubui, you are right. This will be a problem. I don't really think I got the time to migrate to a newer version in the next couple of weeks. Happy to receive PRs btw ;)

Bergmaier commented 5 years ago

I'm using the latest SDK (2.9.1) and am getting the error

incompatible types: com.amazon.ask.model.Session cannot be converted to com.amazon.speech.speechlet.Session

How quickly can you fix this, how should I go forward? I don't want to use the old SDK.