lexmodelsv2_update_bot_locale: Updates the settings that a bot has for a specific locale

View source: R/lexmodelsv2_operations.R

lexmodelsv2_update_bot_localeR Documentation

Updates the settings that a bot has for a specific locale

Description

Updates the settings that a bot has for a specific locale.

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

Usage

lexmodelsv2_update_bot_locale(
  botId,
  botVersion,
  localeId,
  description = NULL,
  nluIntentConfidenceThreshold,
  voiceSettings = NULL
)

Arguments

botId

[required] The unique identifier of the bot that contains the locale.

botVersion

[required] The version of the bot that contains the locale to be updated. The version can only be the DRAFT version.

localeId

[required] The identifier of the language and locale to update. The string must match one of the supported locales. For more information, see Supported languages.

description

The new description of the locale.

nluIntentConfidenceThreshold

[required] The new confidence threshold where Amazon Lex inserts the AMAZON.FallbackIntent and AMAZON.KendraSearchIntent intents in the list of possible intents for an utterance.

voiceSettings

The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.


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