alexa / alexa-skills-kit-sdk-for-nodejs

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.
Apache License 2.0
3.12k stars 736 forks source link

fix: updated return type of getDialogState in RequestEnvelopeUtils #689

Closed Sleepingtree closed 3 years ago

Sleepingtree commented 3 years ago

Description

Updated getDialogState in RequestEnvelopeUtils to return the correct type of DialogState

Motivation and Context

getDialogState was not auto completing in my local project because it was returning a string and not a DialogState

Testing

Local unit tests all pass, project builds, no linter issues

Screenshots (if appropriate)

Types of changes

Checklist

License