- Initial release of Alexa Skills Kit SDK.
- Docstring changes for generated docs.
- unicode_type = six.text_type and define long in Python 3 (#1)
- Use feature detection instead of version detection (#10)
- Send stringified raw data to Alexa APIs (#12)
- Remove inspect.getargspec from sb decorators. Closes #20
- Production release of ASK SDK Packages.
This release contains the following changes:
This release contains the following changes :
- Add support for Alexa Presentation Language (Public Beta). The Alexa Presentation Language (APL) enables you to build interactive voice experiences that include graphics, images, slideshows, and to customize them for different device types.
This release contains the following features :
- Support for [Name-free Interactions, using CanFulfill Intent in responses](https://developer.amazon.com/docs/custom-skills/implement-canfulfillintentrequest-for-name-free-interaction.html).
This release contains the following changes :
- Add helper function for matching CanFulfill Intent name #46 <alexa#46>
- Deserialize only if payload is not None 48 <alexa#48>
This release contains the following changes :
- Refactor Python version dependencies for Python 3.7 support 50
This release contains the following changes :
- Update DefaultSerializer to let generic classes to be added as session attributes 60.
This release contains the following changes :
- Add optional play_behavior attribute to speak and ask methods in response builder 61.
This release contains the following changes :
- Allow Default API Client to invoke Alexa APIs that require other than 'application/json' body type.
This release includes the following :
- Request utility methods which makes it easier to retrieve common properties from an incoming request.
This release contains the following changes :
- Viewport Utils support for Echo Show 5 (HUB_LANDSCAPE_SMALL).
- Add check for device information in 'get_device_id' utility function.
- Add 'get_user_id' utility function.
This release contains the following :
- Fix the regression bug on response_interceptors.