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.13k stars 738 forks source link

feat: add appendAdditionalUserAgent function to customSkill in ask-sd… #575

Closed ShenChen93 closed 5 years ago

ShenChen93 commented 5 years ago

…k-core

Add appendAditionalUserAgent function to customSKill, then developer are allowed to append additional user agent if they want

Description

Motivation and Context

Testing

Unit tests for newly added function

Screenshots (if appropriate)

Types of changes

Checklist

License