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

SkillSummary

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

The summary of skills.

interface SkillSummary {
EnablementType?: EnablementType | null;
SkillId?: string | null;
SkillName?: string | null;
SkillType?: SkillType | null;
SupportsLinking?: boolean | null;
}

§Properties

§
EnablementType?: EnablementType | null
[src]

Whether the skill is enabled under the user's account, or if it requires linking to be used.

§
SkillId?: string | null
[src]

The ARN of the skill summary.

§
SkillName?: string | null
[src]

The name of the skill.

§
SkillType?: SkillType | null
[src]

Whether the skill is publicly available or is a private skill.

§
SupportsLinking?: boolean | null
[src]

Linking support for a skill.