| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
List<IntentSummary> |
GetSessionResponse.recentIntentSummaryView()
An array of information about the intents used in the session.
|
List<IntentSummary> |
PutSessionRequest.recentIntentSummaryView()
A summary of the recent intents for the bot.
|
| Modifier and Type | Method and Description |
|---|---|
GetSessionResponse.Builder |
GetSessionResponse.Builder.recentIntentSummaryView(IntentSummary... recentIntentSummaryView)
An array of information about the intents used in the session.
|
PutSessionRequest.Builder |
PutSessionRequest.Builder.recentIntentSummaryView(IntentSummary... recentIntentSummaryView)
A summary of the recent intents for the bot.
|
| Modifier and Type | Method and Description |
|---|---|
GetSessionResponse.Builder |
GetSessionResponse.Builder.recentIntentSummaryView(Collection<IntentSummary> recentIntentSummaryView)
An array of information about the intents used in the session.
|
PutSessionRequest.Builder |
PutSessionRequest.Builder.recentIntentSummaryView(Collection<IntentSummary> recentIntentSummaryView)
A summary of the recent intents for the bot.
|
Copyright © 2023. All rights reserved.