AlexaForBusiness / Paginator / ListSkillsStoreSkillsByCategory

ListSkillsStoreSkillsByCategory#

class AlexaForBusiness.Paginator.ListSkillsStoreSkillsByCategory#
paginator = client.get_paginator('list_skills_store_skills_by_category')
paginate(**kwargs)#

Creates an iterator that will paginate through responses from AlexaForBusiness.Client.list_skills_store_skills_by_category().

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response_iterator = paginator.paginate(
    CategoryId=123,
    PaginationConfig={
        'MaxItems': 123,
        'PageSize': 123,
        'StartingToken': 'string'
    }
)
Parameters:
  • CategoryId (integer) –

    [REQUIRED]

    The category ID for which the skills are being retrieved from the skill store.

  • PaginationConfig (dict) –

    A dictionary that provides parameters to control pagination.

    • MaxItems (integer) –

      The total number of items to return. If the total number of items available is more than the value specified in max-items then a NextToken will be provided in the output that you can use to resume pagination.

    • PageSize (integer) –

      The size of each page.

    • StartingToken (string) –

      A token to specify where to start paginating. This is the NextToken from a previous response.

Return type:

dict

Returns:

Response Syntax

{
    'SkillsStoreSkills': [
        {
            'SkillId': 'string',
            'SkillName': 'string',
            'ShortDescription': 'string',
            'IconUrl': 'string',
            'SampleUtterances': [
                'string',
            ],
            'SkillDetails': {
                'ProductDescription': 'string',
                'InvocationPhrase': 'string',
                'ReleaseDate': 'string',
                'EndUserLicenseAgreement': 'string',
                'GenericKeywords': [
                    'string',
                ],
                'BulletPoints': [
                    'string',
                ],
                'NewInThisVersionBulletPoints': [
                    'string',
                ],
                'SkillTypes': [
                    'string',
                ],
                'Reviews': {
                    'string': 'string'
                },
                'DeveloperInfo': {
                    'DeveloperName': 'string',
                    'PrivacyPolicy': 'string',
                    'Email': 'string',
                    'Url': 'string'
                }
            },
            'SupportsLinking': True|False
        },
    ],

}

Response Structure

  • (dict) –

    • SkillsStoreSkills (list) –

      The skill store skills.

      • (dict) –

        The detailed information about an Alexa skill.

        • SkillId (string) –

          The ARN of the skill.

        • SkillName (string) –

          The name of the skill.

        • ShortDescription (string) –

          Short description about the skill.

        • IconUrl (string) –

          The URL where the skill icon resides.

        • SampleUtterances (list) –

          Sample utterances that interact with the skill.

          • (string) –

        • SkillDetails (dict) –

          Information about the skill.

          • ProductDescription (string) –

            The description of the product.

          • InvocationPhrase (string) –

            The phrase used to trigger the skill.

          • ReleaseDate (string) –

            The date when the skill was released.

          • EndUserLicenseAgreement (string) –

            The URL of the end user license agreement.

          • GenericKeywords (list) –

            The generic keywords associated with the skill that can be used to find a skill.

            • (string) –

          • BulletPoints (list) –

            The details about what the skill supports organized as bullet points.

            • (string) –

          • NewInThisVersionBulletPoints (list) –

            The updates added in bullet points.

            • (string) –

          • SkillTypes (list) –

            The types of skills.

            • (string) –

          • Reviews (dict) –

            This member has been deprecated.

            The list of reviews for the skill, including Key and Value pair.

            • (string) –

              • (string) –

          • DeveloperInfo (dict) –

            The details about the developer that published the skill.

            • DeveloperName (string) –

              The name of the developer.

            • PrivacyPolicy (string) –

              The URL of the privacy policy.

            • Email (string) –

              The email of the developer.

            • Url (string) –

              The website of the developer.

        • SupportsLinking (boolean) –

          Linking support for a skill.