alexa / alexa-skills-kit-sdk-for-python

The Alexa Skills Kit SDK for Python helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
https://developer.amazon.com/en-US/docs/alexa/alexa-skills-kit-sdk-for-python/overview.html
Apache License 2.0
812 stars 206 forks source link

Adding A/B Testing Spi to python core #193

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

Shreyas-vgr commented 2 years ago

Duplicate PR, closing this in favor of #195 fixes the Github Action failures