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 Intent Disambiguation feature that helps resolve ambiguous user inputs when multiple intents could match. When enabled, the system presents clarifying questions to users, helping them specify their exact intent for improved conversation accuracy.
Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z
public class IntentDisambiguationSettings
The IntentDisambiguationSettings type exposes the following members
| Name | Description | |
|---|---|---|
|
IntentDisambiguationSettings() |
| Name | Type | Description | |
|---|---|---|---|
|
CustomDisambiguationMessage | System.String |
Gets and sets the property CustomDisambiguationMessage. Provides a custom message that will be displayed before presenting the disambiguation options to users. This message helps set the context for users and can be customized to match your bot's tone and brand. If not specified, a default message will be used. |
|
Enabled | System.Boolean |
Gets and sets the property Enabled.
Determines whether the Intent Disambiguation feature is enabled. When set to |
|
MaxDisambiguationIntents | System.Int32 |
Gets and sets the property MaxDisambiguationIntents. Specifies the maximum number of intent options (2-5) to present to users when disambiguation is needed. This setting determines how many intent options will be shown to users when the system detects ambiguous input. The default value is 3. |
.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