The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
3.13k
stars
738
forks
source link
fix: fixing the comment for getSlotValue util function #567
Closed
ShenChen93 closed 5 years ago
fixing the comment for getSlotValue util function
Description
getSlotValue function will raise error if no match found, but the comment says it will return null, which is not correct. Fixed issue: https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/566
Motivation and Context
Testing
Screenshots (if appropriate)
Types of changes
Checklist
License