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

PromptAttemptSpecification

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

Specifies the settings on a prompt attempt.

interface PromptAttemptSpecification {
allowedInputTypes: AllowedInputTypes;
allowInterrupt?: boolean | null;
audioAndDTMFInputSpecification?: AudioAndDTMFInputSpecification | null;
textInputSpecification?: TextInputSpecification | null;
}

§Properties

§
allowedInputTypes: AllowedInputTypes
[src]

Indicates the allowed input types of the prompt attempt.

§
allowInterrupt?: boolean | null
[src]

Indicates whether the user can interrupt a speech prompt attempt from the bot.

§
audioAndDTMFInputSpecification?: AudioAndDTMFInputSpecification | null
[src]

Specifies the settings on audio and DTMF input.

§
textInputSpecification?: TextInputSpecification | null
[src]

Specifies the settings on text input.