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

UpdateRequireCheckIn

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

Updates settings for the require check in feature that are applied to a room profile. Require check in allows a meeting room’s Alexa or AVS device to prompt the user to check in; otherwise, the room will be released.

interface UpdateRequireCheckIn {
Enabled?: boolean | null;
ReleaseAfterMinutes?: number | null;
}

§Properties

§
Enabled?: boolean | null
[src]

Whether require check in is enabled or not.

§
ReleaseAfterMinutes?: number | null
[src]

Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.