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.
You can provide Amazon Lex with hints to the phrases that a customer is likely to use for a slot. When a slot with hints is resolved, the phrases in the runtime hints are preferred in the resolution. You can provide hints for a maximum of 100 intents. You can provide a maximum of 100 slots.
Before you can use runtime hints with an existing bot, you must first rebuild the bot.
For more information, see Using runtime hints to improve recognition of slot values.
Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z
public class RuntimeHints
The RuntimeHints type exposes the following members
Name | Description | |
---|---|---|
![]() |
RuntimeHints() |
Name | Type | Description | |
---|---|---|---|
![]() |
SlotHints | System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.Dictionary<System.String, Amazon.LexModelsV2.Model.RuntimeHintDetails>> |
Gets and sets the property SlotHints. A list of the slots in the intent that should have runtime hints added, and the phrases that should be added for each slot.
The first level of the The intent name and slot name must exist. |
.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