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

CreateInstantBooking

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

Creates 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 CreateInstantBooking {
DurationInMinutes: number;
Enabled: boolean;
}

§Properties

§
DurationInMinutes: number
[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
[src]

Whether instant booking is enabled or not.