AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Configures the Assisted Natural Language Understanding (NLU) feature for your bot. This specification determines whether enhanced intent recognition and utterance understanding capabilities are active.

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.NluImprovementSpecification

Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z

Syntax

C#
public class NluImprovementSpecification

The NluImprovementSpecification type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AssistedNluMode Amazon.LexModelsV2.AssistedNluMode

Gets and sets the property AssistedNluMode.

Specifies the mode for Assisted NLU operation. Use Primary to make Assisted NLU the primary intent recognition method, or Fallback to use it only when standard NLU confidence is low.

Public Property Enabled System.Boolean

Gets and sets the property 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 being false.

Public Property IntentDisambiguationSettings Amazon.LexModelsV2.Model.IntentDisambiguationSettings

Gets and sets the property 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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5