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

DisassociateSkillFromSkillGroupRequest

import type { DisassociateSkillFromSkillGroupRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface DisassociateSkillFromSkillGroupRequest {
SkillGroupArn?: string | null;
SkillId: string;
}

§Properties

§
SkillGroupArn?: string | null
[src]

The unique identifier of a skill. Required.

§
SkillId: string
[src]

The ARN of a skill group to associate to a skill.