aws lexv2-models update-bot

Updates the configuration of an existing bot

Options

NameDescription
--bot-id <string>The unique identifier of the bot to update. This identifier is returned by the CreateBot operation
--bot-name <string>The new name of the bot. The name must be unique in the account that creates the bot
--description <string>A description of the bot
--role-arn <string>The Amazon Resource Name (ARN) of an IAM role that has permissions 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
--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