NluImprovementSpecification
Configures the Assisted Natural Language Understanding (NLU) feature for your bot. This specification determines whether enhanced intent recognition and utterance understanding capabilities are active.
Contents
- enabled
-
Determines whether the Assisted NLU feature is enabled for the bot. When set to
true, Amazon Lex uses advanced models to improve intent recognition and slot resolution, with the default beingfalse.Type: Boolean
Required: Yes
- assistedNluMode
-
Specifies the mode for Assisted NLU operation. Use
Primaryto make Assisted NLU the primary intent recognition method, orFallbackto use it only when standard NLU confidence is low.Type: String
Valid Values:
Primary | FallbackRequired: No
- intentDisambiguationSettings
-
An object containing specifications for the Intent Disambiguation feature within the Assisted NLU settings. These settings determine how the bot handles ambiguous user inputs that could match multiple intents.
Type: IntentDisambiguationSettings object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: