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

PSTNDialIn

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

The information for public switched telephone network (PSTN) conferencing.

interface PSTNDialIn {
CountryCode: string;
OneClickIdDelay: string;
OneClickPinDelay: string;
PhoneNumber: string;
}

§Properties

§
CountryCode: string
[src]

The zip code.

§
OneClickIdDelay: string
[src]

The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network.

§
OneClickPinDelay: string
[src]

The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network.

§
PhoneNumber: string
[src]

The phone number to call to join the conference.