| Package | Description |
|---|---|
| com.amazonaws.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
IntentConfidence |
IntentConfidence.clone() |
IntentConfidence |
PredictedIntent.getNluIntentConfidence()
Indicates how confident Amazon Lex is that an intent satisfies the user's intent.
|
IntentConfidence |
PostTextResult.getNluIntentConfidence()
Provides a score that indicates how confident Amazon Lex is that the returned intent is the one that matches the
user's intent.
|
IntentConfidence |
IntentConfidence.withScore(Double score)
A score that indicates how confident Amazon Lex is that an intent satisfies the user's intent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PredictedIntent.setNluIntentConfidence(IntentConfidence nluIntentConfidence)
Indicates how confident Amazon Lex is that an intent satisfies the user's intent.
|
void |
PostTextResult.setNluIntentConfidence(IntentConfidence nluIntentConfidence)
Provides a score that indicates how confident Amazon Lex is that the returned intent is the one that matches the
user's intent.
|
PredictedIntent |
PredictedIntent.withNluIntentConfidence(IntentConfidence nluIntentConfidence)
Indicates how confident Amazon Lex is that an intent satisfies the user's intent.
|
PostTextResult |
PostTextResult.withNluIntentConfidence(IntentConfidence nluIntentConfidence)
Provides a score that indicates how confident Amazon Lex is that the returned intent is the one that matches the
user's intent.
|
Copyright © 2020. All rights reserved.