| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
static ConfidenceScore.Builder |
ConfidenceScore.builder() |
ConfidenceScore.Builder |
ConfidenceScore.Builder.score(Double score)
A score that indicates how confident Amazon Lex V2 is that an intent satisfies the user's intent.
|
ConfidenceScore.Builder |
ConfidenceScore.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConfidenceScore.Builder> |
ConfidenceScore.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Interpretation.Builder |
Interpretation.Builder.nluConfidence(Consumer<ConfidenceScore.Builder> 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 © 2023. All rights reserved.