ListSkillsStoreSkillsByCategory
Lists all skills in the Alexa skill store by category.
Request Syntax
{ "CategoryId":
number
, "MaxResults":number
, "NextToken": "string
" }
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
The request accepts the following data in JSON format.
- CategoryId
-
The category ID for which the skills are being retrieved from the skill store.
Type: Long
Valid Range: Minimum value of 1.
Required: Yes
- MaxResults
-
The maximum number of skills returned per paginated calls.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 10.
Required: No
- NextToken
-
The tokens used for pagination.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1100.
Required: No
Response Syntax
{ "NextToken": "string", "SkillsStoreSkills": [ { "IconUrl": "string", "SampleUtterances": [ "string" ], "ShortDescription": "string", "SkillDetails": { "BulletPoints": [ "string" ], "DeveloperInfo": { "DeveloperName": "string", "Email": "string", "PrivacyPolicy": "string", "Url": "string" }, "EndUserLicenseAgreement": "string", "GenericKeywords": [ "string" ], "InvocationPhrase": "string", "NewInThisVersionBulletPoints": [ "string" ], "ProductDescription": "string", "ReleaseDate": "string", "Reviews": { "string" : "string" }, "SkillTypes": [ "string" ] }, "SkillId": "string", "SkillName": "string", "SupportsLinking": boolean } ] }
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- NextToken
-
The tokens used for pagination.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1100.
- SkillsStoreSkills
-
The skill store skills.
Type: Array of SkillsStoreSkill objects
Errors
For information about the errors that are common to all actions, see Common Errors.
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: