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

ListSkillsResponse

import type { ListSkillsResponse } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface ListSkillsResponse {
NextToken?: string | null;
SkillSummaries?: SkillSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token returned to indicate that there is more data available.

§
SkillSummaries?: SkillSummary[] | null
[src]

The list of enabled skills requested. Required.