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
818 stars 748 forks source link

FIX: Update example in smapi documentation #251

Closed pbheemag closed 4 years ago

pbheemag commented 4 years ago

Description

Updating misleading example in SMAPI SDK documentation. To fetch list of skills, we use the following methods, listSkillsForVendorV1() and callListSkillsForVendorV1() instead of listSkills() and callListSkills().

Motivation and Context

Testing

Screenshots (if appropriate)

Types of changes

Checklist

License