| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static PredictedIntent.Builder |
PredictedIntent.builder() |
PredictedIntent.Builder |
PredictedIntent.Builder.intentName(String intentName)
The name of the intent that Amazon Lex suggests satisfies 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.
|
PredictedIntent.Builder |
PredictedIntent.Builder.nluIntentConfidence(IntentConfidence nluIntentConfidence)
Indicates how confident Amazon Lex is that an intent satisfies the user's intent.
|
PredictedIntent.Builder |
PredictedIntent.Builder.slots(Map<String,String> slots)
The slot and slot values associated with the predicted intent.
|
PredictedIntent.Builder |
PredictedIntent.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PredictedIntent.Builder> |
PredictedIntent.serializableBuilderClass() |
Copyright © 2023. All rights reserved.