Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ListIntentPathsResponse
-
Packages that use ListIntentPathsResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of ListIntentPathsResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return ListIntentPathsResponse Modifier and Type Method Description default ListIntentPathsResponseLexModelsV2Client. listIntentPaths(Consumer<ListIntentPathsRequest.Builder> listIntentPathsRequest)Retrieves summary statistics for a path of intents that users take over sessions with your bot.default ListIntentPathsResponseLexModelsV2Client. listIntentPaths(ListIntentPathsRequest listIntentPathsRequest)Retrieves summary statistics for a path of intents that users take over sessions with your bot.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type ListIntentPathsResponse Modifier and Type Method 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.
-