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

CreateSkillGroupRequest

import type { CreateSkillGroupRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface CreateSkillGroupRequest {
ClientRequestToken?: string | null;
Description?: string | null;
SkillGroupName: string;
Tags?: Tag[] | null;
}

§Properties

§
ClientRequestToken?: string | null
[src]

A unique, user-specified identifier for this request that ensures idempotency.

§
Description?: string | null
[src]

The description for the skill group.

§
SkillGroupName: string
[src]

The name for the skill group.

§
Tags?: Tag[] | null
[src]

The tags for the skill group.