| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListIntentPathsResult |
AmazonLexModelsV2Client.listIntentPaths(ListIntentPathsRequest request)
Retrieves summary statistics for a path of intents that users take over sessions with your bot.
|
ListIntentPathsResult |
AbstractAmazonLexModelsV2.listIntentPaths(ListIntentPathsRequest request) |
ListIntentPathsResult |
AmazonLexModelsV2.listIntentPaths(ListIntentPathsRequest listIntentPathsRequest)
Retrieves summary statistics for a path of intents that users take over sessions with your bot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListIntentPathsResult> |
AbstractAmazonLexModelsV2Async.listIntentPathsAsync(ListIntentPathsRequest request,
AsyncHandler<ListIntentPathsRequest,ListIntentPathsResult> asyncHandler) |
Future<ListIntentPathsResult> |
AmazonLexModelsV2AsyncClient.listIntentPathsAsync(ListIntentPathsRequest request,
AsyncHandler<ListIntentPathsRequest,ListIntentPathsResult> asyncHandler) |
Future<ListIntentPathsResult> |
AmazonLexModelsV2Async.listIntentPathsAsync(ListIntentPathsRequest listIntentPathsRequest,
AsyncHandler<ListIntentPathsRequest,ListIntentPathsResult> asyncHandler)
Retrieves summary statistics for a path of intents that users take over sessions with your bot.
|
| Modifier and Type | Method and Description |
|---|---|
ListIntentPathsResult |
ListIntentPathsResult.clone() |
ListIntentPathsResult |
ListIntentPathsResult.withNodeSummaries(AnalyticsIntentNodeSummary... nodeSummaries)
A list of objects, each of which contains information about a node in the intent path for which you requested
metrics.
|
ListIntentPathsResult |
ListIntentPathsResult.withNodeSummaries(Collection<AnalyticsIntentNodeSummary> nodeSummaries)
A list of objects, each of which contains information about a node in the intent path for which you requested
metrics.
|
Copyright © 2024. All rights reserved.