Uses of Class
software.amazon.awssdk.services.lexruntime.model.DeleteSessionRequest
-
Packages that use DeleteSessionRequest Package Description software.amazon.awssdk.services.lexruntime Amazon Lex provides both build and runtime endpoints.software.amazon.awssdk.services.lexruntime.transform -
-
Uses of DeleteSessionRequest in software.amazon.awssdk.services.lexruntime
Methods in software.amazon.awssdk.services.lexruntime with parameters of type DeleteSessionRequest Modifier and Type Method Description default CompletableFuture<DeleteSessionResponse>LexRuntimeAsyncClient. deleteSession(DeleteSessionRequest 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. -
Uses of DeleteSessionRequest in software.amazon.awssdk.services.lexruntime.transform
Methods in software.amazon.awssdk.services.lexruntime.transform with parameters of type DeleteSessionRequest Modifier and Type Method Description SdkHttpFullRequestDeleteSessionRequestMarshaller. marshall(DeleteSessionRequest deleteSessionRequest)
-