| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default ListIntentPathsResponse |
LexModelsV2Client.listIntentPaths(Consumer<ListIntentPathsRequest.Builder> listIntentPathsRequest)
Retrieves summary statistics for a path of intents that users take over sessions with your bot.
|
default ListIntentPathsResponse |
LexModelsV2Client.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 |
|---|---|
default CompletableFuture<ListIntentPathsResponse> |
LexModelsV2AsyncClient.listIntentPaths(Consumer<ListIntentPathsRequest.Builder> listIntentPathsRequest)
Retrieves summary statistics for a path of intents that users take over sessions with your bot.
|
default CompletableFuture<ListIntentPathsResponse> |
LexModelsV2AsyncClient.listIntentPaths(ListIntentPathsRequest listIntentPathsRequest)
Retrieves summary statistics for a path of intents that users take over sessions with your bot.
|
Copyright © 2023. All rights reserved.