Alexa Skills Kit Sdk For Python Versions Save

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.

1.13.0

4 years ago

This release contains the following changes :

  • py.typed files added to sdk packages, as per PEP 561. Fixes 121.
  • Fixes the literal check bug in api client, that fails in Python 3.8 127

1.12.0

4 years ago

This release contains the following changes :

  • person_id as partition key generator, when storing persistence attributes in dynamo tables.
  • Minor doc fix in ask-sdk-core readme.

1.11.0

4 years ago

This release contains the following changes :

  • Template Resolvers used to generate responses using JINJA templates to handle ASK SDK requests.
  • Bug fix Delete persistence attributes without checking setter.
  • Bug fix Allow out-of-session requests.
  • Bug fix Change get_slot_value function to return None when slot is not present.
  • Bug fix Change decorator returned by request_handler to return the handler function.

1.10.2

4 years ago

This release contains the following changes :

  • Bug fix on delete persistence attributes, to delete attributes without checking if they are set.
  • Fix type hints on lambda_handler.

1.10.1

4 years ago

This release contains the following :

  • Fix the regression bug on response_interceptors.

1.10.0

4 years ago

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.

1.9.0

5 years ago

This release includes the following :

  • Request utility methods which makes it easier to retrieve common properties from an incoming request. All general utility methods available in the SDK can be found in the official documentation here.

1.8.0

5 years ago

This release contains the following changes :

  • Allow Default API Client to invoke Alexa APIs that require other than 'application/json' body type #63 .

1.7.0

5 years ago

This release contains the following changes :

  • Add optional play_behavior attribute to speak and ask methods in response builder.

1.6.0

5 years ago

This release contains the following changes :

  • Update DefaultSerializer to let generic classes to be added as session attributes 60.