lexmodelsv2_describe_bot_locale {paws.machine.learning} | R Documentation |
Describes the settings that a bot has for a specific locale
Description
Describes the settings that a bot has for a specific locale.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_describe_bot_locale/ for full documentation.
Usage
lexmodelsv2_describe_bot_locale(botId, botVersion, localeId)
Arguments
botId |
[required] The identifier of the bot associated with the locale. |
botVersion |
[required] The version of the bot associated with the locale. |
localeId |
[required] The unique identifier of the locale to describe. The string must match one of the supported locales. For more information, see Supported languages. |
[Package paws.machine.learning version 0.9.0 Index]