Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListSkillsStoreSkillsByCategoryRequest

import type { ListSkillsStoreSkillsByCategoryRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface ListSkillsStoreSkillsByCategoryRequest {
CategoryId: number;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
CategoryId: number
[src]

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

§
MaxResults?: number | null
[src]

The maximum number of skills returned per paginated calls.

§
NextToken?: string | null
[src]

The tokens used for pagination.