alexa / alexa-skills-kit-sdk-for-java

The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
http://developer.amazon.com/ask
Apache License 2.0
816 stars 746 forks source link

Resolutions from Slot #59

Closed derda-niel closed 6 years ago

derda-niel commented 7 years ago

Can not find a way to get the Resolutions from a Slot object! Ther is no function like getResolution() or so. Is there a way to get the Resolution subtree from json without building my own parser?

Thanks.

Vest commented 7 years ago

It seems that this feature is not available in Java SDK: When will the Alexa Java SDK be updated for Entity Resolution. This is everything I know.

For others, this is a missing feature: Announcing Alexa Entity Resolution

shad00m commented 7 years ago

This is not implemented yet? But I'Ve seen people using it already for example here: https://forums.developer.amazon.com/questions/76612/synonyms-not-resolving-to-canonical-slot-values-is.html

But I never get that "resolutionsPerAuthority" in the JSON.

sebastiande commented 7 years ago

I've added slot entity resolution here: https://github.com/amzn/alexa-skills-kit-java/pull/64

ghost commented 6 years ago

In 2.0.x version of the SDK, there is a method called "getResolutions()" for Slot!