lexmodelsv2_create_bot_version: Creates an immutable version of the bot

View source: R/lexmodelsv2_operations.R

lexmodelsv2_create_bot_versionR Documentation

Creates an immutable version of the bot

Description

Creates an immutable version of the bot. When you create the first version of a bot, Amazon Lex sets the version number to 1. Subsequent bot versions increase in an increment of 1. The version number will always represent the total number of versions created of the bot, not the current number of versions. If a bot version is deleted, that bot version number will not be reused.

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, 2024, 6:23 a.m.