v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107861793.8 KB

Returns metadata about an intent.

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

Path parameters

intentIdstring required

The identifier of the intent to describe.

botIdstring required

The identifier of the bot associated with the intent.

botVersionstring required

The version of the bot associated with the intent.

localeIdstring required

The identifier of the language and locale of the intent 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

intentIdstring

The unique identifier assigned to the intent when it was created.

intentNamestring

The name specified for the intent.

intentDisplayNamestring

The display name specified for the intent.

descriptionstring

The description of the intent.

parentIntentSignaturestring

The identifier of the built-in intent that this intent is derived from, if any.

botIdstring

The identifier of the bot associated with the intent.

botVersionstring

The version of the bot associated with the intent.

localeIdstring

The language and locale specified for the intent.

creationDateTimestring date-time

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

lastUpdatedDateTimestring date-time

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