| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntime |
Amazon Lex provides both build and runtime endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteSessionResponse |
LexRuntimeClient.deleteSession(Consumer<DeleteSessionRequest.Builder> deleteSessionRequest)
Removes session information for a specified bot, alias, and user ID.
|
default DeleteSessionResponse |
LexRuntimeClient.deleteSession(DeleteSessionRequest deleteSessionRequest)
Removes session information for a specified bot, alias, and user ID.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.