class Aws::LexModelsV2::Types::CreateBotLocaleRequest
@note When making an API call, you may pass CreateBotLocaleRequest
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 identifier of the bot to create the locale for. @return [String]
@!attribute [rw] bot_version
The version of the bot to create the locale for. This can only be the draft version of the bot. @return [String]
@!attribute [rw] locale_id
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][1]. [1]: https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html @return [String]
@!attribute [rw] description
A description of the bot locale. Use this to help identify the bot locale in lists. @return [String]
@!attribute [rw] nlu_intent_confidence_threshold
Determines the threshold where Amazon Lex will insert the `AMAZON.FallbackIntent`, `AMAZON.KendraSearchIntent`, or both when returning alternative intents. `AMAZON.FallbackIntent` and `AMAZON.KendraSearchIntent` are only inserted if they are configured for the bot. For example, suppose a bot is configured with the confidence threshold of 0.80 and the `AMAZON.FallbackIntent`. Amazon Lex returns three alternative intents with the following confidence scores: IntentA (0.70), IntentB (0.60), IntentC (0.50). The response from the PostText operation would be: * AMAZON.FallbackIntent * IntentA * IntentB * IntentC @return [Float]
@!attribute [rw] voice_settings
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. @return [Types::VoiceSettings]
@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/CreateBotLocaleRequest AWS API Documentation
Constants
- SENSITIVE