| 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.
|
Future<ListIntentPathsResult> |
AmazonLexModelsV2AsyncClient.listIntentPathsAsync(ListIntentPathsRequest request) |
Future<ListIntentPathsResult> |
AbstractAmazonLexModelsV2Async.listIntentPathsAsync(ListIntentPathsRequest request) |
Future<ListIntentPathsResult> |
AmazonLexModelsV2Async.listIntentPathsAsync(ListIntentPathsRequest listIntentPathsRequest)
Retrieves summary statistics for a path of intents that users take over sessions with your bot.
|
Future<ListIntentPathsResult> |
AmazonLexModelsV2AsyncClient.listIntentPathsAsync(ListIntentPathsRequest request,
AsyncHandler<ListIntentPathsRequest,ListIntentPathsResult> asyncHandler) |
Future<ListIntentPathsResult> |
AbstractAmazonLexModelsV2Async.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 |
|---|---|
Future<ListIntentPathsResult> |
AmazonLexModelsV2AsyncClient.listIntentPathsAsync(ListIntentPathsRequest request,
AsyncHandler<ListIntentPathsRequest,ListIntentPathsResult> asyncHandler) |
Future<ListIntentPathsResult> |
AbstractAmazonLexModelsV2Async.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 |
|---|---|
ListIntentPathsRequest |
ListIntentPathsRequest.clone() |
ListIntentPathsRequest |
ListIntentPathsRequest.withBotId(String botId)
The identifier for the bot for which you want to retrieve intent path metrics.
|
ListIntentPathsRequest |
ListIntentPathsRequest.withEndDateTime(Date endDateTime)
The date and time that marks the end of the range of time for which you want to see intent path metrics.
|
ListIntentPathsRequest |
ListIntentPathsRequest.withFilters(AnalyticsPathFilter... filters)
A list of objects, each describes a condition by which you want to filter the results.
|
ListIntentPathsRequest |
ListIntentPathsRequest.withFilters(Collection<AnalyticsPathFilter> filters)
A list of objects, each describes a condition by which you want to filter the results.
|
ListIntentPathsRequest |
ListIntentPathsRequest.withIntentPath(String intentPath)
The intent path for which you want to retrieve metrics.
|
ListIntentPathsRequest |
ListIntentPathsRequest.withStartDateTime(Date startDateTime)
The date and time that marks the beginning of the range of time for which you want to see intent path metrics.
|
Copyright © 2023. All rights reserved.