| Package | Description |
|---|---|
| com.amazonaws.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
ConfidenceScore |
ConfidenceScore.clone() |
ConfidenceScore |
Interpretation.getNluConfidence()
Determines the threshold where Amazon Lex V2 will insert the
AMAZON.FallbackIntent,
AMAZON.KendraSearchIntent, or both when returning alternative intents in a response. |
ConfidenceScore |
ConfidenceScore.withScore(Double score)
A score that indicates how confident Amazon Lex V2 is that an intent satisfies the user's intent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Interpretation.setNluConfidence(ConfidenceScore nluConfidence)
Determines the threshold where Amazon Lex V2 will insert the
AMAZON.FallbackIntent,
AMAZON.KendraSearchIntent, or both when returning alternative intents in a response. |
Interpretation |
Interpretation.withNluConfidence(ConfidenceScore nluConfidence)
Determines the threshold where Amazon Lex V2 will insert the
AMAZON.FallbackIntent,
AMAZON.KendraSearchIntent, or both when returning alternative intents in a response. |
Copyright © 2024. All rights reserved.