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

GetRoomSkillParameterRequest

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

§Properties

§
ParameterKey: string
[src]

The room skill parameter key for which to get details. Required.

§
RoomArn?: string | null
[src]

The ARN of the room from which to get the room skill parameter details.

§
SkillId: string
[src]

The ARN of the skill from which to get the room skill parameter details. Required.