Metadata-Version: 1.2
Name: ask-smapi-model
Version: 1.1.1
Summary: The SMAPI SDK Model package provides model definitions for making Skill Management API calls.
Home-page: https://github.com/alexa/alexa-apis-for-python
Author: Alexa Skills Kit
Author-email: ask-sdk-dynamic@amazon.com
License: Apache 2.0
Description: =================================================
        ASK SMAPI Model - Model definitions for SMAPI SDK
        =================================================
        
        ask-smapi-model is the model definitions package for Skill Management APIs (SMAPI) 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
        `SMAPI Documentation <https://developer.amazon.com/docs/smapi/smapi-overview.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
        =========
        
        1.0.0
        -----
        
        * Initial release of ask smapi models.
        
        1.1.0
        ~~~~~
        
        This release contains the following changes : 
        
        - Add model definitions for new `APIS related to slot type management <https://developer.amazon.com/en-US/docs/alexa/smapi/create-a-slot-type-to-use-in-multiple-skills.html>`__. Skill developers can create slot types outside the context of a skill and use it across multiple skills.
        
        
        
        1.1.1
        ^^^^^
        
        This release contains the following changes : 
        
        - Updated properties for `skill response <https://developer.amazon.com/en-US/docs/alexa/smapi/skill-operations.html#response-4>`__ in `ListSkills` API.
        - Updated interaction model values for `validation rules <https://developer.amazon.com/en-US/docs/alexa/custom-skills/validate-slot-values.html#validation-rules>`__.
        
Keywords: SMAPI SDK,ASK SDK,Alexa Skills Kit,Alexa,Models,Smapi
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
