Uses of Class
software.amazon.awssdk.services.lexruntimev2.model.DeleteSessionResponse
-
Packages that use DeleteSessionResponse Package Description software.amazon.awssdk.services.lexruntimev2 This section contains documentation for the Amazon Lex V2 Runtime V2 API operations. -
-
Uses of DeleteSessionResponse in software.amazon.awssdk.services.lexruntimev2
Methods in software.amazon.awssdk.services.lexruntimev2 that return DeleteSessionResponse Modifier and Type Method Description default DeleteSessionResponseLexRuntimeV2Client. deleteSession(Consumer<DeleteSessionRequest.Builder> deleteSessionRequest)Removes session information for a specified bot, alias, and user ID.default DeleteSessionResponseLexRuntimeV2Client. deleteSession(DeleteSessionRequest deleteSessionRequest)Removes session information for a specified bot, alias, and user ID.Methods in software.amazon.awssdk.services.lexruntimev2 that return types with arguments of type DeleteSessionResponse Modifier and Type Method Description default CompletableFuture<DeleteSessionResponse>LexRuntimeV2AsyncClient. deleteSession(Consumer<DeleteSessionRequest.Builder> deleteSessionRequest)Removes session information for a specified bot, alias, and user ID.default CompletableFuture<DeleteSessionResponse>LexRuntimeV2AsyncClient. deleteSession(DeleteSessionRequest deleteSessionRequest)Removes session information for a specified bot, alias, and user ID.
-