@aws-sdk/client-lex-models-v2

UpdateSlotTypeCommandInput Interface

The input for UpdateSlotTypeCommand.

Members

Name
Type
Details
botId Requiredstring | undefined

The identifier of the bot that contains the slot type.

botVersion Requiredstring | undefined

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

localeId Requiredstring | undefined

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 .

slotTypeId Requiredstring | undefined

The unique identifier of the slot type to update.

slotTypeName Requiredstring | undefined

The new name of the slot type.

compositeSlotTypeSetting CompositeSlotTypeSetting | undefined

Specifications for a composite slot type.

description string | undefined

The new description of the slot type.

externalSourceSetting ExternalSourceSetting | undefined

Provides information about the external source of the slot type's definition.

parentSlotTypeSignature string | undefined

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

slotTypeValues SlotTypeValue[] | undefined

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

valueSelectionSetting SlotValueSelectionSetting | undefined

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

Full Signature

export interface UpdateSlotTypeCommandInput extends UpdateSlotTypeRequest