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

SkillsStoreSkill

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

The detailed information about an Alexa skill.

interface SkillsStoreSkill {
IconUrl?: string | null;
SampleUtterances?: string[] | null;
ShortDescription?: string | null;
SkillDetails?: SkillDetails | null;
SkillId?: string | null;
SkillName?: string | null;
SupportsLinking?: boolean | null;
}

§Properties

§
IconUrl?: string | null
[src]

The URL where the skill icon resides.

§
SampleUtterances?: string[] | null
[src]

Sample utterances that interact with the skill.

§
ShortDescription?: string | null
[src]

Short description about the skill.

§
SkillDetails?: SkillDetails | null
[src]

Information about the skill.

§
SkillId?: string | null
[src]

The ARN of the skill.

§
SkillName?: string | null
[src]

The name of the skill.

§
SupportsLinking?: boolean | null
[src]

Linking support for a skill.