Uses of Class
software.amazon.awssdk.services.lexruntime.model.DeleteSessionResponse
-
Packages that use DeleteSessionResponse Package Description software.amazon.awssdk.services.lexruntime Amazon Lex provides both build and runtime endpoints. -
-
Uses of DeleteSessionResponse in software.amazon.awssdk.services.lexruntime
Methods in software.amazon.awssdk.services.lexruntime that return DeleteSessionResponse Modifier and Type Method Description default DeleteSessionResponseLexRuntimeClient. deleteSession(Consumer<DeleteSessionRequest.Builder> deleteSessionRequest)Removes session information for a specified bot, alias, and user ID.default DeleteSessionResponseLexRuntimeClient. deleteSession(DeleteSessionRequest deleteSessionRequest)Removes session information for a specified bot, alias, and user ID.Methods in software.amazon.awssdk.services.lexruntime that return types with arguments of type DeleteSessionResponse Modifier and Type Method Description default CompletableFuture<DeleteSessionResponse>LexRuntimeAsyncClient. deleteSession(Consumer<DeleteSessionRequest.Builder> deleteSessionRequest)Removes session information for a specified bot, alias, and user ID.default CompletableFuture<DeleteSessionResponse>LexRuntimeAsyncClient. deleteSession(DeleteSessionRequest deleteSessionRequest)Removes session information for a specified bot, alias, and user ID.
-