Creates an Amazon Lex conversational bot.
Request body
The name of the bot. The bot name must be unique in the account that creates the bot.
A description of the bot. It appears in lists to help you identify a particular bot.
The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot.
A list of tags to add to the bot. You can only add tags when you create a bot. You can't use the <code>UpdateBot</code> operation to update tags. To update tags, use the <code>TagResource</code> operation.
A list of tags to add to the test alias for a bot. You can only add tags when you create a bot. You can't use the <code>UpdateAlias</code> operation to update tags. To update tags on the test alias, use the <code>TagResource</code> operation.
The type of a bot to create.
Response
Success
A unique identifier for a particular bot. You use this to identify the bot when you call other Amazon Lex API operations.
The name specified for the bot.
The description specified for the bot.
The IAM role specified for the bot.
The session idle time specified for the bot.
Shows the current status of the bot. The bot is first in the <code>Creating</code> status. Once the bot is read for use, it changes to the <code>Available</code> status. After the bot is created, you can use the <code>DRAFT</code> version of the bot.
A timestamp indicating the date and time that the bot was created.
A list of tags associated with the bot.
A list of tags associated with the test alias for the bot.
The type of a bot that was created.