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

CreateMeetingRoomConfiguration

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

Creates meeting room settings of a room profile.

interface CreateMeetingRoomConfiguration {
EndOfMeetingReminder?: CreateEndOfMeetingReminder | null;
InstantBooking?: CreateInstantBooking | null;
RequireCheckIn?: CreateRequireCheckIn | null;
RoomUtilizationMetricsEnabled?: boolean | null;
}

§Properties

§
EndOfMeetingReminder?: CreateEndOfMeetingReminder | null
[src]
§
InstantBooking?: CreateInstantBooking | null
[src]

Settings to automatically book a room for a configured duration if it's free when joining a meeting with Alexa.

§
RequireCheckIn?: CreateRequireCheckIn | null
[src]

Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not checked into to make the room available for others. Users can check in by joining the meeting with Alexa or an AVS device, or by saying “Alexa, check in.”

§
RoomUtilizationMetricsEnabled?: boolean | null
[src]

Whether room utilization metrics are enabled or not.