class Aws::LexModelsV2::Types::UpdateBotLocaleRequest
@note When making an API call, you may pass UpdateBotLocaleRequest
data as a hash: { bot_id: "Id", # required bot_version: "DraftBotVersion", # required locale_id: "LocaleId", # required description: "Description", nlu_intent_confidence_threshold: 1.0, # required voice_settings: { voice_id: "VoiceId", # required }, }
@!attribute [rw] bot_id
The unique identifier of the bot that contains the locale. @return [String]
@!attribute [rw] bot_version
The version of the bot that contains the locale to be updated. The version can only be the `DRAFT` version. @return [String]
@!attribute [rw] locale_id
The identifier of the language and locale to update. The string must match one of the supported locales. For more information, see [Supported languages][1]. [1]: https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html @return [String]
@!attribute [rw] description
The new description of the locale. @return [String]
@!attribute [rw] nlu_intent_confidence_threshold
The new confidence threshold where Amazon Lex inserts the `AMAZON.FallbackIntent` and `AMAZON.KendraSearchIntent` intents in the list of possible intents for an utterance. @return [Float]
@!attribute [rw] voice_settings
The new Amazon Polly voice Amazon Lex should use for voice interaction with the user. @return [Types::VoiceSettings]
@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/UpdateBotLocaleRequest AWS API Documentation
Constants
- SENSITIVE