lexmodelsv2_create_bot_version: Creates a new version of the bot based on the DRAFT version

View source: R/lexmodelsv2_operations.R

lexmodelsv2_create_bot_versionR Documentation

Creates a new version of the bot based on the DRAFT version

Description

Creates a new version of the bot based on the DRAFT version. If the DRAFT 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/lexmodelsv2_create_bot_version/ for full documentation.

Usage

lexmodelsv2_create_bot_version(
  botId,
  description = NULL,
  botVersionLocaleSpecification
)

Arguments

botId

[required] The identifier of the bot to create the version for.

description

A description of the version. Use the description to help identify the version in lists.

botVersionLocaleSpecification

[required] Specifies the locales that Amazon Lex adds to this version. You can choose the Draft version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.