v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1471501483.8 KB

Updates the configuration of an existing bot alias.

put/bots/{botId}/botaliases/{botAliasId}/

Path parameters

botAliasIdstring required

The unique identifier of the bot alias.

botIdstring required

The identifier of the bot with the updated alias.

Request body

botAliasNamestring required

The new name to assign to the bot alias.

descriptionstring

The new description to assign to the bot alias.

botVersionstring

The new bot version to assign to the bot alias.

botAliasLocaleSettingsobject

The new Lambda functions to use in each locale for the bot alias.

Response

Success

botAliasIdstring

The identifier of the updated bot alias.

botAliasNamestring

The updated name of the bot alias.

descriptionstring

The updated description of the bot alias.

botVersionstring

The updated version of the bot that the alias points to.

botAliasLocaleSettingsobject

The updated Lambda functions to use in each locale for the bot alias.

botAliasStatus'Creating' | 'Available' | 'Deleting' | 'Failed'

The current status of the bot alias. When the status is <code>Available</code> the alias is ready for use.

botIdstring

The identifier of the bot with the updated alias.

creationDateTimestring date-time

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

lastUpdatedDateTimestring date-time

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