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

ResolveRoomResponse

import type { ResolveRoomResponse } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface ResolveRoomResponse {
RoomArn?: string | null;
RoomName?: string | null;
RoomSkillParameters?: RoomSkillParameter[] | null;
}

§Properties

§
RoomArn?: string | null
[src]

The ARN of the room from which the skill request was invoked.

§
RoomName?: string | null
[src]

The name of the room from which the skill request was invoked.

§
RoomSkillParameters?: RoomSkillParameter[] | null
[src]

Response to get the room profile request. Required.