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

UpdateMeetingRoomConfiguration

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

Updates meeting room settings of a room profile.

interface UpdateMeetingRoomConfiguration {
EndOfMeetingReminder?: UpdateEndOfMeetingReminder | null;
InstantBooking?: UpdateInstantBooking | null;
RequireCheckIn?: UpdateRequireCheckIn | null;
RoomUtilizationMetricsEnabled?: boolean | null;
}

§Properties

§
EndOfMeetingReminder?: UpdateEndOfMeetingReminder | null
[src]

Settings for the end of meeting reminder feature that are applied to a room profile. The end of meeting reminder enables Alexa to remind users when a meeting is ending.

§
InstantBooking?: UpdateInstantBooking | null
[src]

Settings to automatically book an available room available for a configured duration when joining a meeting with Alexa.

§
RequireCheckIn?: UpdateRequireCheckIn | 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.