
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
The ASK SDK Model package provides model definitions, for building Alexa Skills.
ask-sdk-model is the model definitions package for Alexa Skills Kit (ASK) by
the Software Development Kit (SDK) team for Python. It allows Python developers
to model the requests, responses and related JSON structures, as defined in
ASK Documentation <https://developer.amazon.com/docs/custom-skills/request-and-response-json-reference.html>
_.
The model definitions in this package are auto-generated. The issues and pull requests on the repository are not monitored and may get closed without investigation. Please use these community resources for getting help:
ASK SDK <https://github.com/alexa-labs/alexa-skills-kit-sdk-for-python>
_ for building skills and filing bugs.Alexa features <https://alexa.uservoice.com/forums/906892-alexa-skills-developer-voice-and-vote>
_!0.1.1
* Docstring changes for generated docs.
0.2
---
* APIs for customer contact permissions (CCP).
0.2.1
0.3.0
* APIs for getting device timezone, distance measurement, temperature measurement
1.0.0
-----
* Production release of ASK Models Package.
1.1.0
Models for "Consumables" in In-Skill Products.
APIs for Amazon Pay V2 that includes :
Update Skill Event Models to include additional attributes like 'eventPublishingTime' etc.
1.2.0
* Models for "PrintRequest" and "ReservationRequest" in Skill Connections.
1.3.0
1.4.0
This release includes the following:
- Models for [CanFulfillIntentRequest, for Name-free Interactions](https://developer.amazon.com/docs/custom-skills/implement-canfulfillintentrequest-for-name-free-interaction.html)
1.5.0
This release includes the following :
1.5.1 ^^^^^^^
This release includes the following:
1.6.0
This release includes the following :
- Models for Reminders
1.6.1
^^^^^^^
This release contains the following changes:
- Updated enum values for Reminder Status
- Updated OutputSpeech model
1.6.2
^^^^^^^
This release contains the following :
- Updated enum values for APL components.
1.7.0
This release contains the following changes :
1.8.0
This release contains the following changes :
- Introduces support for customizing your skill's experience for Echo Auto, which is now shipping to select customers via our invite program, and vehicles and other aftermarket devices that support Alexa Auto.
- The automotive experience introduces another way for customers to interact with skills, while they are on-the-go and their attention is on the road. Now you can adapt your skill experience to be succinct, location-aware, and adaptive to your customer's needs while they're outside the home.
1.9.0
This release contains the following changes :
1.10.0
This release contains the following changes :
- The `Skill Messaging API <https://developer.amazon.com/docs/smapi/skill-messaging-api-reference.html>`__ is now supported. Use the Skill Messaging API to send a message request to a skill for a specified user.
- Adds support for additional `APL Standard Commands <https://developer.amazon.com/docs/alexa-presentation-language/apl-standard-commands.html>`__.
- Packaged type information in models as per `PEP 0561 <https://www.python.org/dev/peps/pep-0561/>`__.
1.10.1
^^^^^^^
This release includes the following :
- Fixing the imports under `reminder_management` service, to deserialize the reminders correctly.
1.10.2
^^^^^^^
- Added video codecs information in the APL Viewport Characteristic `Video property <https://developer.amazon.com/docs/alexa-presentation-language/apl-viewport-characteristics.html#video>`__.
1.10.3
^^^^^^^
This release contains the following changes:
- Fix the `deserialized_type` for viewport_state.video object
1.11.0
This release contains the following changes :
SetValue <https://developer.amazon.com/docs/alexa-presentation-language/apl-standard-commands.html#setvalue-command>
__ command support.1.12.0
This release contains the following changes :
- Added APL commands `AnimateItemCommand`, `OpenUrlCommand`, `SetFocusCommand`, `ClearFocusCommand`.
- Added `finally` and `catch` attributes in `SequentialCommand`.
- Provide APL expression language in some APL commands, alongside their primitive types (eg: `delay` in all commands).
- Added `ENDPOINT_TIMEOUT` enumeration in `SessionEndedReason`.
1.13.0
This release contains the following changes :
Skill Connections <https://developer.amazon.com/docs/custom-skills/skill-connections.html>
__. With the Skill Connections feature, you can enable an Alexa skill to fulfill a customer request that it can't otherwise handle by forwarding the request to another skill for fulfillment.1.14.0
This release contains the following changes :
- Models for [Custom interfaces](https://developer.amazon.com/docs/alexa-gadgets-toolkit-preview/custom-interface.html). The custom interfaces feature enables Alexa Skill Developers to implement interactions between skills and gadgets using developer-defined directives and events.
- Added BillingAgreementType and SubscriptionAmount in BillingAgreementAttributes. This change is mandatory for skills in EU, and optional for NA and JP. With this upgrade, skill developers in EU can enjoy full benefits of the Amazon Pay solution that supports PSD2.
1.15.0
This release contains the following changes :
mode property <https://developer.amazon.com/docs/alexa-presentation-language/apl-viewport-property.html#viewport_mode_property>
__ in APL viewportsgadget endpoint enumeration service <https://developer.amazon.com/es/docs/alexa-gadgets-toolkit/send-gadget-custom-directive-from-skill.html#call-endpoint-enumeration-api>
__1.16.0
This release has the following changes :
- Support for building APL-T Documents (APL Character displays).
1.17.0
This release contains the following changes :
ISP support in kid skills <https://developer.amazon.com/docs/in-skill-purchase/isp-kid-skills.html>
__.1.18.0
This release contains the following changes:
- support for `personalization <https://developer.amazon.com/docs/custom-skills/add-personalization-to-your-skill.html#invocation-request-examples>`__ in the skill.
1.18.1
^^^^^^^
This release contains the following changes :
- Models for APL visual context.
1.19.0
This release contains the following changes :
here <https://build.amazonalexadev.com/AlexaWebAPIforGamesDeveloperPreview_AlexaWebAPIforGames.html>
__.ApiResponse
instance, in case a full response is required instead of just the response body.AuthenticationConfiguration
class.1.20.0
This release contains the following changes :
- captions support in `audioplayer play directive <https://developer.amazon.com/docs/custom-skills/audioplayer-interface-reference.html#play>`__.
1.20.1
^^^^^^
This release contains the following changes :
- Missing objects added back from earlier minor release for caption data.
1.20.2
^^^^^^
This release contains the following changes :
- Fix the discriminator value for Alexa HTML message request object.
- Add Alexa HTML Runtime Error definitions.
1.21.0
This release contains the following changes :
rules for recurrence creation <https://developer.amazon.com/en-US/docs/alexa/smapi/alexa-reminders-api-reference.html#in-session-and-out-of-session-behavior-for-alexa-reminders-api>
__ in reminders.1.22.0
This release contains the following changes :
- APIs related to `timer management <https://developer.amazon.com/en-US/docs/alexa/smapi/alexa-timers-api-reference.html>`__.
1.23.0
This release contains the following changes :
Ref <https://developer.amazon.com/en-US/blogs/alexa/alexa-skills-kit/2020/03/new-alexa-presentation-language-responsive-components-templates-dynamic-data-sources-new-time-primitives-and-commands>
__.1.23.1 ^^^^^^
This release contains the following changes :
1.24.0
This release contains the following changes :
- general bug fixes and updates
1.25.0
This release contains the following changes :
person-level permissions <https://developer.amazon.com/en-US/docs/alexa/smapi/skill-events-in-alexa-skills.html#skill-permission-changed-event>
__ for Skill events.1.26.0
This release contains the following changes :
- Support for 'Alexa for residential' properties. More information about 'Alexa for residential' can be found here : https://developer.amazon.com/en-US/docs/alexa/alexa-smart-properties/about-alexa-for-residential.html
1.27.0
This release contains the following changes :
here <https://developer.amazon.com/en-US/docs/alexa/custom-skills/use-skill-connections-to-request-tasks.html>
__.here <https://developer.amazon.com/en-US/docs/alexa/custom-skills/get-a-user-specific-access-token.html>
__.1.28.0
This release contains the following changes :
- Models and support for Extensions interfaces.
1.28.1
^^^^^^
This release contains the following changes :
- Updating model definitions
1.29.0
This release contains the following changes :
1.30.0
This release contains the following changes :
- Add support for APL 1.6 version. More information about the newest version can be found `here <https://developer.amazon.com/en-US/docs/alexa/alexa-presentation-language/apl-latest-version.html>`__.
1.30.1
^^^^^^
This release contains the following changes :
- Adding missing definitions for APL 1.6. More information can be found `here <https://developer.amazon.com/en-US/docs/alexa/alexa-presentation-language/apl-latest-version.html#token-based-lazy-loading>`__.
1.31.0
This release includes the following:
1.31.1 ^^^^^^
This release contains the following changes :
1.32.0 ^^^^^^
This release contains the following changes :
App Link Interfaces <https://developer.amazon.com/en-US/docs/alexa/alexa-for-apps/skill-connection-request-reference.html>
__.1.32.1 ^^^^^^
This release contains the following changes :
1.33.0 ^^^^^^
This release contains the following changes :
1.33.1 ^^^^^^
This release contains the following changes :
1.34.0 ^^^^^^
This release contains the following changes :
1.34.1 ^^^^^^
This release contains the following changes :
1.34.2 ^^^^^^
This release contains the following changes :
1.35.0
This release contains the following changes :
- Added SearchAndRefineSucceeded event for Alexa.Search
1.36.0
General bug fixes and updates
1.37.0
General bug fixes and updates
1.38.0
General bug fixes and updates
1.39.0
General bug fixes and updates
1.40.0
General bug fixes and updates
1.41.0
General bug fixes and updates
1.42.0
General bug fixes and updates
1.43.0
General bug fixes and updates
1.44.0
General bug fixes and updates
1.45.0
General bug fixes and updates
1.46.0
General bug fixes and updates
1.47.0
General bug fixes and updates
1.48.0
General bug fixes and updates
1.49.0
General bug fixes and updates
1.50.0
General bug fixes and updates
1.51.0
General bug fixes and updates
1.52.0
General bug fixes and updates
1.53.0
General bug fixes and updates
1.54.0
General bug fixes and updates
1.55.0
General bug fixes and updates
1.56.0
General bug fixes and updates
1.57.0
General bug fixes and updates
1.58.0
General bug fixes and updates
1.59.0
General bug fixes and updates
1.60.0
General bug fixes and updates
1.61.0
General bug fixes and updates
1.62.0
General bug fixes and updates
1.63.0
General bug fixes and updates
1.64.0
General bug fixes and updates
1.65.0
General bug fixes and updates
1.66.0
General bug fixes and updates
1.67.0
General bug fixes and updates
1.68.0
General bug fixes and updates
1.69.0
General bug fixes and updates
1.70.0
General bug fixes and updates
1.71.0
General bug fixes and updates
1.72.0
General bug fixes and updates
1.73.0
General bug fixes and updates
1.74.0
General bug fixes and updates
1.75.0
General bug fixes and updates
1.76.0
General bug fixes and updates
1.77.0
General bug fixes and updates
1.78.0
General bug fixes and updates
1.79.0
General bug fixes and updates
1.80.0
General bug fixes and updates
1.81.0
General bug fixes and updates
1.82.0
General bug fixes and updates
FAQs
The ASK SDK Model package provides model definitions, for building Alexa Skills.
We found that ask-sdk-model demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.