lexmodelsv2_build_bot_locale: Builds a bot, its intents, and its slot types into a specific...

View source: R/lexmodelsv2_operations.R

lexmodelsv2_build_bot_localeR Documentation

Builds a bot, its intents, and its slot types into a specific locale

Description

Builds a bot, its intents, and its slot types into a specific locale. A bot can be built into multiple locales. At runtime the locale is used to choose a specific build of the bot.

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

Usage

lexmodelsv2_build_bot_locale(botId, botVersion, localeId)

Arguments

botId

[required] The identifier of the bot to build. The identifier is returned in the response from the create_bot operation.

botVersion

[required] The version of the bot to build. This can only be the draft version of the bot.

localeId

[required] The identifier of the language and locale that the bot will be used in. The string must match one of the supported locales. All of the intents, slot types, and slots used in the bot must have the same locale. For more information, see Supported languages.


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