Uses of Class
software.amazon.awssdk.services.lexruntimev2.model.DeleteSessionRequest
-
Packages that use DeleteSessionRequest Package Description software.amazon.awssdk.services.lexruntimev2 This section contains documentation for the Amazon Lex V2 Runtime V2 API operations.software.amazon.awssdk.services.lexruntimev2.transform -
-
Uses of DeleteSessionRequest in software.amazon.awssdk.services.lexruntimev2
Methods in software.amazon.awssdk.services.lexruntimev2 with parameters of type DeleteSessionRequest Modifier and Type Method Description default CompletableFuture<DeleteSessionResponse>LexRuntimeV2AsyncClient. deleteSession(DeleteSessionRequest 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. -
Uses of DeleteSessionRequest in software.amazon.awssdk.services.lexruntimev2.transform
Methods in software.amazon.awssdk.services.lexruntimev2.transform with parameters of type DeleteSessionRequest Modifier and Type Method Description SdkHttpFullRequestDeleteSessionRequestMarshaller. marshall(DeleteSessionRequest deleteSessionRequest)
-