Class: Aws::LexModelsV2::Types::UpdateBotLocaleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::UpdateBotLocaleRequest
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_id ⇒ String
The unique identifier of the bot that contains the locale.
-
#bot_version ⇒ String
The version of the bot that contains the locale to be updated.
-
#description ⇒ String
The new description of the locale.
-
#generative_ai_settings ⇒ Types::GenerativeAISettings
Contains settings for generative AI features powered by Amazon Bedrock for your bot locale.
-
#locale_id ⇒ String
The identifier of the language and locale to update.
-
#nlu_intent_confidence_threshold ⇒ Float
The new confidence threshold where Amazon Lex inserts the
AMAZON.FallbackIntentandAMAZON.KendraSearchIntentintents in the list of possible intents for an utterance. -
#voice_settings ⇒ Types::VoiceSettings
The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.
Instance Attribute Details
#bot_id ⇒ String
The unique identifier of the bot that contains the locale.
14461 14462 14463 14464 14465 14466 14467 14468 14469 14470 14471 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14461 class UpdateBotLocaleRequest < Struct.new( :bot_id, :bot_version, :locale_id, :description, :nlu_intent_confidence_threshold, :voice_settings, :generative_ai_settings) SENSITIVE = [] include Aws::Structure end |
#bot_version ⇒ String
The version of the bot that contains the locale to be updated. The
version can only be the DRAFT version.
14461 14462 14463 14464 14465 14466 14467 14468 14469 14470 14471 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14461 class UpdateBotLocaleRequest < Struct.new( :bot_id, :bot_version, :locale_id, :description, :nlu_intent_confidence_threshold, :voice_settings, :generative_ai_settings) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The new description of the locale.
14461 14462 14463 14464 14465 14466 14467 14468 14469 14470 14471 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14461 class UpdateBotLocaleRequest < Struct.new( :bot_id, :bot_version, :locale_id, :description, :nlu_intent_confidence_threshold, :voice_settings, :generative_ai_settings) SENSITIVE = [] include Aws::Structure end |
#generative_ai_settings ⇒ Types::GenerativeAISettings
Contains settings for generative AI features powered by Amazon Bedrock for your bot locale. Use this object to turn generative AI features on and off. Pricing may differ if you turn a feature on. For more information, see LINK.
14461 14462 14463 14464 14465 14466 14467 14468 14469 14470 14471 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14461 class UpdateBotLocaleRequest < Struct.new( :bot_id, :bot_version, :locale_id, :description, :nlu_intent_confidence_threshold, :voice_settings, :generative_ai_settings) SENSITIVE = [] include Aws::Structure end |
#locale_id ⇒ String
The identifier of the language and locale to update. The string must match one of the supported locales. For more information, see Supported languages.
14461 14462 14463 14464 14465 14466 14467 14468 14469 14470 14471 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14461 class UpdateBotLocaleRequest < Struct.new( :bot_id, :bot_version, :locale_id, :description, :nlu_intent_confidence_threshold, :voice_settings, :generative_ai_settings) SENSITIVE = [] include Aws::Structure end |
#nlu_intent_confidence_threshold ⇒ Float
The new confidence threshold where Amazon Lex inserts the
AMAZON.FallbackIntent and AMAZON.KendraSearchIntent intents in
the list of possible intents for an utterance.
14461 14462 14463 14464 14465 14466 14467 14468 14469 14470 14471 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14461 class UpdateBotLocaleRequest < Struct.new( :bot_id, :bot_version, :locale_id, :description, :nlu_intent_confidence_threshold, :voice_settings, :generative_ai_settings) SENSITIVE = [] include Aws::Structure end |
#voice_settings ⇒ Types::VoiceSettings
The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.
14461 14462 14463 14464 14465 14466 14467 14468 14469 14470 14471 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14461 class UpdateBotLocaleRequest < Struct.new( :bot_id, :bot_version, :locale_id, :description, :nlu_intent_confidence_threshold, :voice_settings, :generative_ai_settings) SENSITIVE = [] include Aws::Structure end |