| Package | Description |
|---|---|
| com.amazonaws.services.lexruntimev2 |
|
| com.amazonaws.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteSessionResult |
AbstractAmazonLexRuntimeV2.deleteSession(DeleteSessionRequest request) |
DeleteSessionResult |
AmazonLexRuntimeV2Client.deleteSession(DeleteSessionRequest request)
Removes session information for a specified bot, alias, and user ID.
|
DeleteSessionResult |
AmazonLexRuntimeV2.deleteSession(DeleteSessionRequest deleteSessionRequest)
Removes session information for a specified bot, alias, and user ID.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteSessionResult> |
AmazonLexRuntimeV2AsyncClient.deleteSessionAsync(DeleteSessionRequest request,
AsyncHandler<DeleteSessionRequest,DeleteSessionResult> asyncHandler) |
Future<DeleteSessionResult> |
AmazonLexRuntimeV2Async.deleteSessionAsync(DeleteSessionRequest deleteSessionRequest,
AsyncHandler<DeleteSessionRequest,DeleteSessionResult> asyncHandler)
Removes session information for a specified bot, alias, and user ID.
|
Future<DeleteSessionResult> |
AbstractAmazonLexRuntimeV2Async.deleteSessionAsync(DeleteSessionRequest request,
AsyncHandler<DeleteSessionRequest,DeleteSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteSessionResult |
DeleteSessionResult.clone() |
DeleteSessionResult |
DeleteSessionResult.withBotAliasId(String botAliasId)
The alias identifier in use for the bot that contained the session data.
|
DeleteSessionResult |
DeleteSessionResult.withBotId(String botId)
The identifier of the bot that contained the session data.
|
DeleteSessionResult |
DeleteSessionResult.withLocaleId(String localeId)
The locale where the session was used.
|
DeleteSessionResult |
DeleteSessionResult.withSessionId(String sessionId)
The identifier of the deleted session.
|
Copyright © 2023. All rights reserved.