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

UpdateSlotCommandOutput Interface

The output of UpdateSlotCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
botId string | undefined

The identifier of the bot that contains the slot.

botVersion string | undefined

The version of the bot that contains the slot. Will always be DRAFT.

creationDateTime Date | undefined

The timestamp of the date and time that the slot was created.

description string | undefined

The updated description of the bot.

intentId string | undefined

The intent that contains the slot.

lastUpdatedDateTime Date | undefined

The timestamp of the date and time that the slot was last updated.

localeId string | undefined

The locale that contains the slot.

multipleValuesSetting MultipleValuesSetting | undefined

Indicates whether the slot accepts multiple values in one response.

obfuscationSetting ObfuscationSetting | undefined

The updated setting that determines whether the slot value is obfuscated in the Amazon CloudWatch logs.

slotId string | undefined

The unique identifier of the slot that was updated.

slotName string | undefined

The updated name of the slot.

slotTypeId string | undefined

The updated identifier of the slot type that provides values for the slot.

subSlotSetting SubSlotSetting | undefined

Specifications for the constituent sub slots and the expression for the composite slot.

valueElicitationSetting SlotValueElicitationSetting | undefined

The updated prompts that Amazon Lex sends to the user to elicit a response that provides a value for the slot.

Full Signature

export interface UpdateSlotCommandOutput extends UpdateSlotResponse, MetadataBearer