| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
IntentConfidence |
PostTextResponse.nluIntentConfidence()
Provides a score that indicates how confident Amazon Lex is that the returned intent is the one that matches the
user's intent.
|
IntentConfidence |
PredictedIntent.nluIntentConfidence()
Indicates how confident Amazon Lex is that an intent satisfies the user's intent.
|
| Modifier and Type | Method and Description |
|---|---|
PostTextResponse.Builder |
PostTextResponse.Builder.nluIntentConfidence(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.Builder |
PredictedIntent.Builder.nluIntentConfidence(IntentConfidence nluIntentConfidence)
Indicates how confident Amazon Lex is that an intent satisfies the user's intent.
|
Copyright © 2023. All rights reserved.