aws lexv2-models create-bot

Creates an Amazon Lex conversational bot

Options

NameDescription
--bot-name <string>The name of the bot. The bot name must be unique in the account that creates the bot
--description <string>A description of the bot. It appears in lists to help you identify a particular bot
--role-arn <string>The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot
--data-privacy <structure>Provides information on additional privacy protections Amazon Lex should use with the bot's data
--idle-session-ttl-in-seconds <integer>The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot. A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Lex deletes any data provided before the timeout. You can specify between 60 (1 minute) and 86,400 (24 hours) seconds
--bot-tags <map>A list of tags to add to the bot. You can only add tags when you create a bot. You can't use the UpdateBot operation to update tags. To update tags, use the TagResource operation
--test-bot-alias-tags <map>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 UpdateAlias operation to update tags. To update tags on the test alias, use the TagResource operation
--cli-input-json <string>Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally
--generate-cli-skeleton <string>Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command