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

History Buff and Address samples are not working #3

Open anukools opened 6 years ago

anukools commented 6 years ago

Hey, After this commit, history Buff and Address samples are not working. "History Buff" is not able to identify the new 'DirectiveServiceClient' class and "Address" not able to find 'systemState.getApiAccessToken()'

breedloj commented 6 years ago

Are you running in to these issues when trying to compile the samples, or at runtime? The updated samples depend on version 1.7.0 of the alexa-skills-kit package (the core Java SDK). That version of the SDK brings in the DirectiveServiceClient as well as support for API access tokens.

flowri commented 6 years ago

On Version 1.7.0 it almost works, but still directiveService in dispatchProgressiveResponse cannot be found.