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

MultipleValuesSetting

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

Indicates whether a slot can return multiple values.

interface MultipleValuesSetting {
allowMultipleValues?: boolean | null;
}

§Properties

§
allowMultipleValues?: boolean | null
[src]

Indicates whether a slot can return multiple values. When true, the slot may return more than one value in a response. When false, the slot returns only a single value.

Multi-value slots are only available in the en-US locale. If you set this value to true in any other locale, Amazon Lex throws a ValidationException.

If the allowMutlipleValues is not set, the default value is false.