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 737 forks source link

fix: Add .withApiResponse() to ControlResponseBuilder #636

Closed mikelid-zz closed 4 years ago

mikelid-zz commented 4 years ago

Description

Adds the new withApiResponse() API to the ControlResponseBuilder object, mirroring the new API on the ask-sdk-core ResponseBuilder.

Motivation and Context

This is needed to fix the build after the new API was added to the ask-sdk-core ResponseBuilder API

Testing

Build passing Regression tests passing

Screenshots (if appropriate)

Types of changes

Checklist

Commit message may need tidy during merge

License