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

UpdateSlotTypeRequest

import type { UpdateSlotTypeRequest } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface UpdateSlotTypeRequest {
botId: string;
botVersion: string;
compositeSlotTypeSetting?: CompositeSlotTypeSetting | null;
description?: string | null;
externalSourceSetting?: ExternalSourceSetting | null;
localeId: string;
parentSlotTypeSignature?: string | null;
slotTypeId: string;
slotTypeName: string;
slotTypeValues?: SlotTypeValue[] | null;
valueSelectionSetting?: SlotValueSelectionSetting | null;
}

§Properties

§
botId: string
[src]

The identifier of the bot that contains the slot type.

§
botVersion: string
[src]

The version of the bot that contains the slot type. Must be DRAFT.

§
compositeSlotTypeSetting?: CompositeSlotTypeSetting | null
[src]

Specifications for a composite slot type.

§
description?: string | null
[src]

The new description of the slot type.

§
externalSourceSetting?: ExternalSourceSetting | null
[src]
§
localeId: string
[src]

The identifier of the language and locale that contains the slot type. The string must match one of the supported locales. For more information, see Supported languages.

§
parentSlotTypeSignature?: string | null
[src]

The new built-in slot type that should be used as the parent of this slot type.

§
slotTypeId: string
[src]

The unique identifier of the slot type to update.

§
slotTypeName: string
[src]

The new name of the slot type.

§
slotTypeValues?: SlotTypeValue[] | null
[src]

A new list of values and their optional synonyms that define the values that the slot type can take.

§
valueSelectionSetting?: SlotValueSelectionSetting | null
[src]

The strategy that Amazon Lex should use when deciding on a value from the list of slot type values.