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

AllowedInputTypes

import type { AllowedInputTypes } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";

Specifies the allowed input types.

interface AllowedInputTypes {
allowAudioInput: boolean;
allowDTMFInput: boolean;
}

§Properties

§
allowAudioInput: boolean
[src]

Indicates whether audio input is allowed.

§
allowDTMFInput: boolean
[src]

Indicates whether DTMF input is allowed.