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

RoomSkillParameter

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

A skill parameter associated with a room.

interface RoomSkillParameter {
ParameterKey: string;
ParameterValue: string;
}

§Properties

§
ParameterKey: string
[src]

The parameter key of a room skill parameter. ParameterKey is an enumerated type that only takes “DEFAULT” or “SCOPE” as valid values.

§
ParameterValue: string
[src]

The parameter value of a room skill parameter.