v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1471501483.8 KB

Gets metadata information about a slot type.

get/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/slottypes/{slotTypeId}/

Path parameters

slotTypeIdstring required

The identifier of the slot type.

botIdstring required

The identifier of the bot associated with the slot type.

botVersionstring required

The version of the bot associated with the slot type.

localeIdstring required

The identifier of the language and locale of the slot type 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>.

Response

Success

slotTypeIdstring

The unique identifier for the slot type.

slotTypeNamestring

The name specified for the slot type.

descriptionstring

The description specified for the slot type.

parentSlotTypeSignaturestring

The built in slot type used as a parent to this slot type.

botIdstring

The identifier of the bot associated with the slot type.

botVersionstring

The version of the bot associated with the slot type.

localeIdstring

The language and locale specified for the slot type.

creationDateTimestring date-time

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

lastUpdatedDateTimestring date-time

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