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

UpdateInstantBooking

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

Updates settings for the instant booking feature that are applied to a room profile. If instant booking is enabled, Alexa automatically reserves a room if it is free when a user joins a meeting with Alexa.

interface UpdateInstantBooking {
DurationInMinutes?: number | null;
Enabled?: boolean | null;
}

§Properties

§
DurationInMinutes?: number | null
[src]

Duration between 15 and 240 minutes at increments of 15 that determines how long to book an available room when a meeting is started with Alexa.

§
Enabled?: boolean | null
[src]

Whether instant booking is enabled or not.