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

SkillGroupData

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

The attributes of a skill group.

interface SkillGroupData {
Description?: string | null;
SkillGroupArn?: string | null;
SkillGroupName?: string | null;
}

§Properties

§
Description?: string | null
[src]

The description of a skill group.

§
SkillGroupArn?: string | null
[src]

The skill group ARN of a skill group.

§
SkillGroupName?: string | null
[src]

The skill group name of a skill group.