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

MeetingSetting

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

The values that indicate whether a pin is always required (YES), never required (NO), or OPTIONAL.

  • If YES, Alexa will always ask for a meeting pin.
  • If NO, Alexa will never ask for a meeting pin.
  • If OPTIONAL, Alexa will ask if you have a meeting pin and if the customer responds with yes, it will ask for the meeting pin.
interface MeetingSetting {
RequirePin: RequirePin;
}

§Properties

§
RequirePin: RequirePin
[src]

The values that indicate whether the pin is always required.