v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1471501483.8 KB

Updates the settings for an intent.

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

Path parameters

intentIdstring required

The unique identifier of the intent to update.

botIdstring required

The identifier of the bot that contains the intent.

botVersionstring required

The version of the bot that contains the intent. Must be <code>DRAFT</code>.

localeIdstring required

The identifier of the language and locale where this intent is used. 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>.

Request body

intentNamestring required

The new name for the intent.

descriptionstring

The new description of the intent.

parentIntentSignaturestring

The signature of the new built-in intent to use as the parent of this intent.

Response

Success

intentIdstring

The identifier of the intent that was updated.

intentNamestring

The updated name of the intent.

descriptionstring

The updated description of the intent.

parentIntentSignaturestring

The updated built-in intent that is the parent of this intent.

botIdstring

The identifier of the bot that contains the intent.

botVersionstring

The version of the bot that contains the intent. Will always be <code>DRAFT</code>.

localeIdstring

The updated language and locale of the intent.

creationDateTimestring date-time

A timestamp of when the intent was created.

lastUpdatedDateTimestring date-time

A timestamp of the last time that the intent was modified.