| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntimev2 |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteSessionResponse |
LexRuntimeV2Client.deleteSession(Consumer<DeleteSessionRequest.Builder> deleteSessionRequest)
Removes session information for a specified bot, alias, and user ID.
|
default DeleteSessionResponse |
LexRuntimeV2Client.deleteSession(DeleteSessionRequest deleteSessionRequest)
Removes session information for a specified bot, alias, and user ID.
|
| Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.