View source: R/lexmodelsv2_operations.R
lexmodelsv2_build_bot_locale | R Documentation |
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.
lexmodelsv2_build_bot_locale(botId, botVersion, localeId)
botId |
[required] The identifier of the bot to build. The identifier is returned in the
response from the |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.