Learn R Programming

paws.machine.learning (version 0.9.0)

lexmodelbuildingservice_create_bot_version: Creates a new version of the bot based on the $LATEST version

Description

Creates a new version of the bot based on the $LATEST version. If the $LATEST version of this resource hasn't changed since you created the last version, Amazon Lex doesn't create a new version. It returns the last created version.

See https://www.paws-r-sdk.com/docs/lexmodelbuildingservice_create_bot_version/ for full documentation.

Usage

lexmodelbuildingservice_create_bot_version(name, checksum = NULL)

Arguments

name

[required] The name of the bot that you want to create a new version of. The name is case sensitive.

checksum

Identifies a specific revision of the $LATEST version of the bot. If you specify a checksum and the $LATEST version of the bot has a different checksum, a PreconditionFailedException exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST version.