| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static IntentConfidence.Builder |
IntentConfidence.builder() |
IntentConfidence.Builder |
IntentConfidence.Builder.score(Double score)
A score that indicates how confident Amazon Lex is that an intent satisfies the user's intent.
|
IntentConfidence.Builder |
IntentConfidence.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IntentConfidence.Builder> |
IntentConfidence.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PostTextResponse.Builder |
PostTextResponse.Builder.nluIntentConfidence(Consumer<IntentConfidence.Builder> nluIntentConfidence)
Provides a score that indicates how confident Amazon Lex is that the returned intent is the one that matches
the user's intent.
|
default PredictedIntent.Builder |
PredictedIntent.Builder.nluIntentConfidence(Consumer<IntentConfidence.Builder> nluIntentConfidence)
Indicates how confident Amazon Lex is that an intent satisfies the user's intent.
|
Copyright © 2023. All rights reserved.