ask-sdk-model


Nameask-sdk-model JSON
Version 1.82.0 PyPI version JSON
download
home_pagehttps://github.com/alexa/alexa-apis-for-python
SummaryThe ASK SDK Model package provides model definitions, for building Alexa Skills.
upload_time2023-08-21 15:36:46
maintainer
docs_urlNone
authorAlexa Skills Kit
requires_python>2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
licenseApache 2.0
keywords ask sdk alexa skills kit alexa models
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==============================================
ASK SDK Model - Model definitions for ASK SDK
==============================================

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>`_.

Getting Help
------------

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:

* Use the `ASK SDK <https://github.com/alexa-labs/alexa-skills-kit-sdk-for-python>`_ for building skills and filing bugs.
* Request and vote for `Alexa features <https://alexa.uservoice.com/forums/906892-alexa-skills-developer-voice-and-vote>`_!


=========
CHANGELOG
=========

0.1
---

* Initial release of models.

0.1.1
~~~~~

* Docstring changes for generated docs.

0.2
---

* APIs for customer contact permissions (CCP).

0.2.1
~~~~~

* Bug fixes, removed incorrect models.

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 :

  - No consent token requirement in request.
  - Have billing address details for eligible Amazon Pay merchants in Response.
  - Permission scope addition to Permissions object.

* 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
~~~~~

* Models for "Alexa Presentation Language". The Alexa Presentation Language
  (APL) enables you to build interactive voice experiences that include
  graphics, images, slideshows, and video, and to customize them for
  different device types.



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 : 

- Models for Location Services.
- Updated models for Game engine interface.


1.5.1
^^^^^^^

This release includes the following:

- Updated interfaces for Location Services


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 : 

- Support for proactive event calls from out of skill session.
- Remove delete reminders support.


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 : 

- Dynamic entities for customized interactions
- Add additional 'entitlementReason' field in In-Skill products


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 : 

- APL `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 : 

-  Models for `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 : 
- A new `mode property <https://developer.amazon.com/docs/alexa-presentation-language/apl-viewport-property.html#viewport_mode_property>`__ in APL viewports
- The `gadget endpoint enumeration service <https://developer.amazon.com/es/docs/alexa-gadgets-toolkit/send-gadget-custom-directive-from-skill.html#call-endpoint-enumeration-api>`__
- Fixing a bug in base service client that leads to exceptions for a HTTP 204 response.


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 : 

- APIs for `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 : 

- Alexa Presentation Language HTML Interface support. Apply for preview request `here <https://build.amazonalexadev.com/AlexaWebAPIforGamesDeveloperPreview_AlexaWebAPIforGames.html>`__.
- Update service client methods to return an `ApiResponse` instance, in case a full response is required instead of just the response body. 
- mypy fix for `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 : 

- Updated `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 : 

- Support for the next version of the Alexa Presentation Language (APL) with support for new Alexa responsive components and templates, dynamic data sources, new time primitives, and conditional commands. `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 : 

- general bug fixes and updates


1.24.0
~~~~~~

This release contains the following changes :

- general bug fixes and updates


1.25.0
~~~~~~

This release contains the following changes :

- Introducing `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 :
- Add “onCompletion” field in Connections.StartConnection directive. When sending this directive to start a Skill Connection, requester skill can set onCompletion to be RESUME_SESSION to receive the control back after the task is completed or SEND_ERRORS_ONLY to only receive error notifications without control back. More information about using Skill Connections to Request Tasks can be found `here <https://developer.amazon.com/en-US/docs/alexa/custom-skills/use-skill-connections-to-request-tasks.html>`__.
- Add “Authorization.Grant” directive support for user specific access token in out-of-session calls. More information can be found `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 :
- APL for Audio now sends RuntimeError requests that notify developer of any errors that happened during APLA processing.


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:

- Adding support for directives in Reprompt


1.31.1
^^^^^^

This release contains the following changes : 

- Updating model definitions

1.32.0
^^^^^^

This release contains the following changes : 

- Models and support for `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 : 

- Updated model definitions for reminder_management

1.33.0
^^^^^^

This release contains the following changes :

- Support persistent identifier for endpoint ID where the skill request is issued from.

1.33.1
^^^^^^

This release contains the following changes :

- Support for A/B testing experimentation SPI for GA

1.34.0
^^^^^^

This release contains the following changes :

- Support for FTV and shopping skills
- Updated model definitions for experimentation SPIs 

1.34.1
^^^^^^

This release contains the following changes : 

- Updating model definitions


1.34.2
^^^^^^

This release contains the following changes :
* Added dataSources property in APL RenderedDocumentState


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



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/alexa/alexa-apis-for-python",
    "name": "ask-sdk-model",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*",
    "maintainer_email": "",
    "keywords": "ASK SDK,Alexa Skills Kit,Alexa,Models",
    "author": "Alexa Skills Kit",
    "author_email": "ask-sdk-dynamic@amazon.com",
    "download_url": "https://files.pythonhosted.org/packages/f6/2f/de8ad1b1079df1352d7b940a66838b3d5b2cea6f1e3c2a069dffee66e7d6/ask-sdk-model-1.82.0.tar.gz",
    "platform": null,
    "description": "==============================================\nASK SDK Model - Model definitions for ASK SDK\n==============================================\n\nask-sdk-model is the model definitions package for Alexa Skills Kit (ASK) by\nthe Software Development Kit (SDK) team for Python. It allows Python developers\nto model the requests, responses and related JSON structures, as defined in\n`ASK Documentation <https://developer.amazon.com/docs/custom-skills/request-and-response-json-reference.html>`_.\n\nGetting Help\n------------\n\nThe model definitions in this package are auto-generated. The issues and pull requests\non the repository are not monitored and may get closed without investigation. Please use\nthese community resources for getting help:\n\n* Use the `ASK SDK <https://github.com/alexa-labs/alexa-skills-kit-sdk-for-python>`_ for building skills and filing bugs.\n* Request and vote for `Alexa features <https://alexa.uservoice.com/forums/906892-alexa-skills-developer-voice-and-vote>`_!\n\n\n=========\nCHANGELOG\n=========\n\n0.1\n---\n\n* Initial release of models.\n\n0.1.1\n~~~~~\n\n* Docstring changes for generated docs.\n\n0.2\n---\n\n* APIs for customer contact permissions (CCP).\n\n0.2.1\n~~~~~\n\n* Bug fixes, removed incorrect models.\n\n0.3.0\n~~~~~\n\n* APIs for getting device timezone, distance measurement, temperature measurement\n\n1.0.0\n-----\n\n* Production release of ASK Models Package.\n\n1.1.0\n~~~~~\n\n* Models for \"Consumables\" in In-Skill Products.\n\n* APIs for Amazon Pay V2 that includes :\n\n  - No consent token requirement in request.\n  - Have billing address details for eligible Amazon Pay merchants in Response.\n  - Permission scope addition to Permissions object.\n\n* Update Skill Event Models to include additional attributes like 'eventPublishingTime' etc.\n\n1.2.0\n~~~~~\n\n* Models for \"PrintRequest\" and \"ReservationRequest\" in Skill Connections.\n\n1.3.0\n~~~~~\n\n* Models for \"Alexa Presentation Language\". The Alexa Presentation Language\n  (APL) enables you to build interactive voice experiences that include\n  graphics, images, slideshows, and video, and to customize them for\n  different device types.\n\n\n\n1.4.0\n~~~~~~~\n\nThis release includes the following:\n- Models for [CanFulfillIntentRequest, for Name-free Interactions](https://developer.amazon.com/docs/custom-skills/implement-canfulfillintentrequest-for-name-free-interaction.html)\n\n\n1.5.0\n~~~~~~~\n\nThis release includes the following : \n\n- Models for Location Services.\n- Updated models for Game engine interface.\n\n\n1.5.1\n^^^^^^^\n\nThis release includes the following:\n\n- Updated interfaces for Location Services\n\n\n1.6.0\n~~~~~~~\n\nThis release includes the following : \n\n- Models for Reminders\n\n\n1.6.1\n^^^^^^^\n\nThis release contains the following changes:\n\n- Updated enum values for Reminder Status\n- Updated OutputSpeech model\n\n\n1.6.2\n^^^^^^^\n\nThis release contains the following : \n\n- Updated enum values for APL components.\n\n\n1.7.0\n~~~~~~~\n\nThis release contains the following changes : \n\n- Support for proactive event calls from out of skill session.\n- Remove delete reminders support.\n\n\n1.8.0\n~~~~~~~\n\nThis release contains the following changes :\n\n- 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.\n- 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.\n\n\n1.9.0\n~~~~~~~\n\nThis release contains the following changes : \n\n- Dynamic entities for customized interactions\n- Add additional 'entitlementReason' field in In-Skill products\n\n\n1.10.0\n~~~~~~~\n\nThis release contains the following changes :\n\n- 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. \n- Adds support for additional `APL Standard Commands <https://developer.amazon.com/docs/alexa-presentation-language/apl-standard-commands.html>`__.\n- Packaged type information in models as per `PEP 0561 <https://www.python.org/dev/peps/pep-0561/>`__.\n\n\n1.10.1\n^^^^^^^\n\nThis release includes the following : \n\n- Fixing the imports under `reminder_management` service, to deserialize the reminders correctly.\n\n\n\n1.10.2\n^^^^^^^\n\n- Added video codecs information in the APL Viewport Characteristic `Video property <https://developer.amazon.com/docs/alexa-presentation-language/apl-viewport-characteristics.html#video>`__. \n\n\n1.10.3\n^^^^^^^\n\nThis release contains the following changes:\n\n- Fix the `deserialized_type` for viewport_state.video object\n\n\n\n1.11.0\n~~~~~~~\n\nThis release contains the following changes : \n\n- APL `SetValue <https://developer.amazon.com/docs/alexa-presentation-language/apl-standard-commands.html#setvalue-command>`__ command support.\n\n\n\n1.12.0\n~~~~~~~\n\nThis release contains the following changes : \n\n- Added APL commands `AnimateItemCommand`, `OpenUrlCommand`, `SetFocusCommand`, `ClearFocusCommand`.\n- Added `finally` and `catch` attributes in `SequentialCommand`.\n- Provide APL expression language in some APL commands, alongside their primitive types (eg: `delay` in all commands).\n- Added `ENDPOINT_TIMEOUT` enumeration in `SessionEndedReason`.\n\n\n\n1.13.0\n~~~~~~~\n\nThis release contains the following changes : \n\n-  Models for `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. \n\n\n1.14.0\n~~~~~~~\n\nThis release contains the following changes : \n\n-  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.\n\n-  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.\n\n\n1.15.0\n~~~~~~~\n\nThis release contains the following changes : \n- A new `mode property <https://developer.amazon.com/docs/alexa-presentation-language/apl-viewport-property.html#viewport_mode_property>`__ in APL viewports\n- The `gadget endpoint enumeration service <https://developer.amazon.com/es/docs/alexa-gadgets-toolkit/send-gadget-custom-directive-from-skill.html#call-endpoint-enumeration-api>`__\n- Fixing a bug in base service client that leads to exceptions for a HTTP 204 response.\n\n\n1.16.0\n~~~~~~~\n\nThis release has the following changes : \n\n- Support for building APL-T Documents (APL Character displays).\n\n\n1.17.0\n~~~~~~~\n\nThis release contains the following changes : \n\n- APIs for `ISP support in kid skills <https://developer.amazon.com/docs/in-skill-purchase/isp-kid-skills.html>`__.\n\n\n1.18.0\n~~~~~~~\n\nThis release contains the following changes: \n\n- support for `personalization <https://developer.amazon.com/docs/custom-skills/add-personalization-to-your-skill.html#invocation-request-examples>`__ in the skill.\n\n\n1.18.1\n^^^^^^^\n\nThis release contains the following changes : \n\n- Models for APL visual context.\n\n\n1.19.0\n~~~~~~~\n\nThis release contains the following changes : \n\n- Alexa Presentation Language HTML Interface support. Apply for preview request `here <https://build.amazonalexadev.com/AlexaWebAPIforGamesDeveloperPreview_AlexaWebAPIforGames.html>`__.\n- Update service client methods to return an `ApiResponse` instance, in case a full response is required instead of just the response body. \n- mypy fix for `AuthenticationConfiguration` class.\n\n\n1.20.0\n~~~~~~\n\nThis release contains the following changes : \n\n - captions support in `audioplayer play directive <https://developer.amazon.com/docs/custom-skills/audioplayer-interface-reference.html#play>`__.\n\n\n1.20.1\n^^^^^^\n\nThis release contains the following changes : \n\n - Missing objects added back from earlier minor release for caption data. \n\n\n1.20.2\n^^^^^^\n\nThis release contains the following changes : \n\n- Fix the discriminator value for Alexa HTML message request object.\n- Add Alexa HTML Runtime Error definitions.\n\n\n1.21.0\n~~~~~~\n\nThis release contains the following changes : \n\n- Updated `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. \n\n\n1.22.0\n~~~~~~\n\nThis release contains the following changes : \n\n- APIs related to `timer management <https://developer.amazon.com/en-US/docs/alexa/smapi/alexa-timers-api-reference.html>`__.\n\n\n\n1.23.0\n~~~~~~\n\nThis release contains the following changes : \n\n- Support for the next version of the Alexa Presentation Language (APL) with support for new Alexa responsive components and templates, dynamic data sources, new time primitives, and conditional commands. `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>`__.\n\n\n1.23.1\n^^^^^^\n\nThis release contains the following changes : \n\n- general bug fixes and updates\n\n\n1.24.0\n~~~~~~\n\nThis release contains the following changes :\n\n- general bug fixes and updates\n\n\n1.25.0\n~~~~~~\n\nThis release contains the following changes :\n\n- Introducing `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.\n\n\n1.26.0\n~~~~~~\n\nThis release contains the following changes : \n\n- 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\n\n\n1.27.0\n~~~~~~\n\nThis release contains the following changes :\n- Add \u201conCompletion\u201d field in Connections.StartConnection directive. When sending this directive to start a Skill Connection, requester skill can set onCompletion to be RESUME_SESSION to receive the control back after the task is completed or SEND_ERRORS_ONLY to only receive error notifications without control back. More information about using Skill Connections to Request Tasks can be found `here <https://developer.amazon.com/en-US/docs/alexa/custom-skills/use-skill-connections-to-request-tasks.html>`__.\n- Add \u201cAuthorization.Grant\u201d directive support for user specific access token in out-of-session calls. More information can be found `here <https://developer.amazon.com/en-US/docs/alexa/custom-skills/get-a-user-specific-access-token.html>`__.\n\n\n1.28.0\n~~~~~~\n\nThis release contains the following changes :\n\n- Models and support for Extensions interfaces.\n\n\n1.28.1\n^^^^^^\n\nThis release contains the following changes : \n\n- Updating model definitions\n\n\n1.29.0\n~~~~~~\n\nThis release contains the following changes :\n- APL for Audio now sends RuntimeError requests that notify developer of any errors that happened during APLA processing.\n\n\n1.30.0\n~~~~~~\n\nThis release contains the following changes :\n\n- 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>`__.\n\n\n\n\n1.30.1\n^^^^^^\n\nThis release contains the following changes :\n\n- 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>`__.\n\n\n1.31.0\n~~~~~~\n\nThis release includes the following:\n\n- Adding support for directives in Reprompt\n\n\n1.31.1\n^^^^^^\n\nThis release contains the following changes : \n\n- Updating model definitions\n\n1.32.0\n^^^^^^\n\nThis release contains the following changes : \n\n- Models and support for `App Link Interfaces <https://developer.amazon.com/en-US/docs/alexa/alexa-for-apps/skill-connection-request-reference.html>`__.\n\n1.32.1\n^^^^^^\n\nThis release contains the following changes : \n\n- Updated model definitions for reminder_management\n\n1.33.0\n^^^^^^\n\nThis release contains the following changes :\n\n- Support persistent identifier for endpoint ID where the skill request is issued from.\n\n1.33.1\n^^^^^^\n\nThis release contains the following changes :\n\n- Support for A/B testing experimentation SPI for GA\n\n1.34.0\n^^^^^^\n\nThis release contains the following changes :\n\n- Support for FTV and shopping skills\n- Updated model definitions for experimentation SPIs \n\n1.34.1\n^^^^^^\n\nThis release contains the following changes : \n\n- Updating model definitions\n\n\n1.34.2\n^^^^^^\n\nThis release contains the following changes :\n* Added dataSources property in APL RenderedDocumentState\n\n\n1.35.0\n~~~~~~\n\nThis release contains the following changes :\n\n- Added SearchAndRefineSucceeded event for Alexa.Search\n\n\n1.36.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.37.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.38.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.39.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.40.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.41.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.42.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.43.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.44.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.45.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.46.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.47.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.48.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.49.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.50.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.51.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.52.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.53.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.54.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.55.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.56.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.57.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.58.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.59.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.60.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.61.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.62.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.63.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.64.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.65.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.66.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.67.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.68.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.69.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.70.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.71.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.72.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.73.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.74.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.75.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.76.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.77.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.78.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.79.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.80.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.81.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.82.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "The ASK SDK Model package provides model definitions, for building Alexa Skills.",
    "version": "1.82.0",
    "project_urls": {
        "Homepage": "https://github.com/alexa/alexa-apis-for-python"
    },
    "split_keywords": [
        "ask sdk",
        "alexa skills kit",
        "alexa",
        "models"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d860e7afbc08ade3ce526db61c727f4bd648d13813e96fdf7570bc7b09d91547",
                "md5": "09240439ecf8247e9c7aefc3f9295d6a",
                "sha256": "97b12f23744a7dccc8f87298710407acd20fea3f6ce3adfd18412928973116da"
            },
            "downloads": -1,
            "filename": "ask_sdk_model-1.82.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "09240439ecf8247e9c7aefc3f9295d6a",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*",
            "size": 1062185,
            "upload_time": "2023-08-21T15:36:43",
            "upload_time_iso_8601": "2023-08-21T15:36:43.625390Z",
            "url": "https://files.pythonhosted.org/packages/d8/60/e7afbc08ade3ce526db61c727f4bd648d13813e96fdf7570bc7b09d91547/ask_sdk_model-1.82.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f62fde8ad1b1079df1352d7b940a66838b3d5b2cea6f1e3c2a069dffee66e7d6",
                "md5": "85fc1cfdd0f8307043134a13c3244a06",
                "sha256": "fc0b905b4c8cd6a71282445d5536fabb400717409dce3732229397b656af8615"
            },
            "downloads": -1,
            "filename": "ask-sdk-model-1.82.0.tar.gz",
            "has_sig": false,
            "md5_digest": "85fc1cfdd0f8307043134a13c3244a06",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*",
            "size": 235885,
            "upload_time": "2023-08-21T15:36:46",
            "upload_time_iso_8601": "2023-08-21T15:36:46.244289Z",
            "url": "https://files.pythonhosted.org/packages/f6/2f/de8ad1b1079df1352d7b940a66838b3d5b2cea6f1e3c2a069dffee66e7d6/ask-sdk-model-1.82.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-21 15:36:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alexa",
    "github_project": "alexa-apis-for-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ask-sdk-model"
}
        
Elapsed time: 0.11398s