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

Category

import type { Category } from "https://aws-api.deno.dev/v0.3/services/alexaforbusiness.ts?docs=full";

The skill store category that is shown. Alexa skills are assigned a specific skill category during creation, such as News, Social, and Sports.

interface Category {
CategoryId?: number | null;
CategoryName?: string | null;
}

§Properties

§
CategoryId?: number | null
[src]

The ID of the skill store category.

§
CategoryName?: string | null
[src]

The name of the skill store category.