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

SlotDefaultValueSpecification

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

Defines a list of values that Amazon Lex should use as the default value for a slot.

interface SlotDefaultValueSpecification {
defaultValueList: SlotDefaultValue[];
}

§Properties

§
defaultValueList: SlotDefaultValue[]
[src]

A list of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list.