View source: R/lexmodelsv2_operations.R
lexmodelsv2_create_bot_version | R Documentation |
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.
lexmodelsv2_create_bot_version(
botId,
description = NULL,
botVersionLocaleSpecification
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.