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
817 stars 747 forks source link

FEAT Adding A/B Testing Spi to nodejs core #307

Closed HarrisLin closed 2 years ago

HarrisLin commented 2 years ago

Description

Adding ExperimentTriggerResponse object to Response object

Motivation and Context

This is to support A/B Testing Feature

Testing

Manually generated model file with new changes and imported ask-sdk-model to AskSdkPythonCore Added unit test and ran successfully.

Types of changes

Checklist

License