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

InstantBooking

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

Settings for the instant booking feature that are applied to a room profile. When users start their meeting with Alexa, Alexa automatically books the room for the configured duration if the room is available.

interface InstantBooking {
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.