class Aws::LexModelsV2::Types::BotLocaleImportSpecification

Provides the bot locale parameters required for importing a bot locale.

@note When making an API call, you may pass BotLocaleImportSpecification

data as a hash:

    {
      bot_id: "Id", # required
      bot_version: "DraftBotVersion", # required
      locale_id: "LocaleId", # required
      nlu_intent_confidence_threshold: 1.0,
      voice_settings: {
        voice_id: "VoiceId", # required
      },
    }

@!attribute [rw] bot_id

The identifier of the bot to import the locale to.
@return [String]

@!attribute [rw] bot_version

The version of the bot to import the locale to. 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] 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

Defines settings for using an Amazon Polly voice to communicate with
a user.
@return [Types::VoiceSettings]

@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/BotLocaleImportSpecification AWS API Documentation

Constants

SENSITIVE