| Package | Description |
|---|---|
| com.amazonaws.services.lexruntime |
Amazon Lex provides both build and runtime endpoints.
|
| com.amazonaws.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteSessionResult |
AmazonLexRuntimeClient.deleteSession(DeleteSessionRequest request)
Removes session information for a specified bot, alias, and user ID.
|
DeleteSessionResult |
AmazonLexRuntime.deleteSession(DeleteSessionRequest deleteSessionRequest)
Removes session information for a specified bot, alias, and user ID.
|
DeleteSessionResult |
AbstractAmazonLexRuntime.deleteSession(DeleteSessionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteSessionResult> |
AmazonLexRuntimeAsync.deleteSessionAsync(DeleteSessionRequest deleteSessionRequest,
AsyncHandler<DeleteSessionRequest,DeleteSessionResult> asyncHandler)
Removes session information for a specified bot, alias, and user ID.
|
Future<DeleteSessionResult> |
AmazonLexRuntimeAsyncClient.deleteSessionAsync(DeleteSessionRequest request,
AsyncHandler<DeleteSessionRequest,DeleteSessionResult> asyncHandler) |
Future<DeleteSessionResult> |
AbstractAmazonLexRuntimeAsync.deleteSessionAsync(DeleteSessionRequest request,
AsyncHandler<DeleteSessionRequest,DeleteSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteSessionResult |
DeleteSessionResult.clone() |
DeleteSessionResult |
DeleteSessionResult.withBotAlias(String botAlias)
The alias in use for the bot associated with the session data.
|
DeleteSessionResult |
DeleteSessionResult.withBotName(String botName)
The name of the bot associated with the session data.
|
DeleteSessionResult |
DeleteSessionResult.withSessionId(String sessionId)
The unique identifier for the session.
|
DeleteSessionResult |
DeleteSessionResult.withUserId(String userId)
The ID of the client application user.
|
Copyright © 2021. All rights reserved.