| Package | Description |
|---|---|
| com.amazonaws.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
PredictedIntent |
PredictedIntent.addSlotsEntry(String key,
String value)
Add a single Slots entry
|
PredictedIntent |
PredictedIntent.clearSlotsEntries()
Removes all the entries added into Slots.
|
PredictedIntent |
PredictedIntent.clone() |
PredictedIntent |
PredictedIntent.withIntentName(String intentName)
The name of the intent that Amazon Lex suggests satisfies the user's intent.
|
PredictedIntent |
PredictedIntent.withNluIntentConfidence(IntentConfidence nluIntentConfidence)
Indicates how confident Amazon Lex is that an intent satisfies the user's intent.
|
PredictedIntent |
PredictedIntent.withSlots(Map<String,String> slots)
The slot and slot values associated with the predicted intent.
|
| Modifier and Type | Method and Description |
|---|---|
List<PredictedIntent> |
PostTextResult.getAlternativeIntents()
One to four alternative intents that may be applicable to the user's intent.
|
| Modifier and Type | Method and Description |
|---|---|
PostTextResult |
PostTextResult.withAlternativeIntents(PredictedIntent... alternativeIntents)
One to four alternative intents that may be applicable to the user's intent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PostTextResult.setAlternativeIntents(Collection<PredictedIntent> alternativeIntents)
One to four alternative intents that may be applicable to the user's intent.
|
PostTextResult |
PostTextResult.withAlternativeIntents(Collection<PredictedIntent> alternativeIntents)
One to four alternative intents that may be applicable to the user's intent.
|
Copyright © 2022. All rights reserved.