| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
List<PredictedIntent> |
PostTextResponse.alternativeIntents()
One to four alternative intents that may be applicable to the user's intent.
|
| Modifier and Type | Method and Description |
|---|---|
PostTextResponse.Builder |
PostTextResponse.Builder.alternativeIntents(PredictedIntent... alternativeIntents)
One to four alternative intents that may be applicable to the user's intent.
|
| Modifier and Type | Method and Description |
|---|---|
PostTextResponse.Builder |
PostTextResponse.Builder.alternativeIntents(Collection<PredictedIntent> alternativeIntents)
One to four alternative intents that may be applicable to the user's intent.
|
Copyright © 2023. All rights reserved.