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

SearchSkillGroupsResponse

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

§Properties

§
NextToken?: string | null
[src]

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

§
SkillGroups?: SkillGroupData[] | null
[src]

The skill groups that meet the filter criteria, in sort order.

§
TotalCount?: number | null
[src]

The total number of skill groups returned.