v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107861793.8 KB

Gets metadata information about a slot.

get/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/{slotId}/

Path parameters

slotIdstring required

The unique identifier for the slot.

botIdstring required

The identifier of the bot associated with the slot.

botVersionstring required

The version of the bot associated with the slot.

localeIdstring required

The identifier of the language and locale of the slot to describe. The string must match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">Supported languages</a>.

intentIdstring required

The identifier of the intent that contains the slot.

Response

Success

slotIdstring

The unique identifier generated for the slot.

slotNamestring

The name specified for the slot.

descriptionstring

The description specified for the slot.

slotTypeIdstring

The identifier of the slot type that determines the values entered into the slot.

botIdstring

The identifier of the bot associated with the slot.

botVersionstring

The version of the bot associated with the slot.

localeIdstring

The language and locale specified for the slot.

intentIdstring

The identifier of the intent associated with the slot.

creationDateTimestring date-time

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

lastUpdatedDateTimestring date-time

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