| 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 |
|---|---|
GetSessionResult |
AbstractAmazonLexRuntime.getSession(GetSessionRequest request) |
GetSessionResult |
AmazonLexRuntime.getSession(GetSessionRequest getSessionRequest)
Returns session information for a specified bot, alias, and user ID.
|
GetSessionResult |
AmazonLexRuntimeClient.getSession(GetSessionRequest request)
Returns session information for a specified bot, alias, and user ID.
|
Future<GetSessionResult> |
AbstractAmazonLexRuntimeAsync.getSessionAsync(GetSessionRequest request) |
Future<GetSessionResult> |
AmazonLexRuntimeAsyncClient.getSessionAsync(GetSessionRequest request) |
Future<GetSessionResult> |
AmazonLexRuntimeAsync.getSessionAsync(GetSessionRequest getSessionRequest)
Returns session information for a specified bot, alias, and user ID.
|
Future<GetSessionResult> |
AbstractAmazonLexRuntimeAsync.getSessionAsync(GetSessionRequest request,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler) |
Future<GetSessionResult> |
AmazonLexRuntimeAsyncClient.getSessionAsync(GetSessionRequest request,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler) |
Future<GetSessionResult> |
AmazonLexRuntimeAsync.getSessionAsync(GetSessionRequest getSessionRequest,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler)
Returns session information for a specified bot, alias, and user ID.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetSessionResult> |
AbstractAmazonLexRuntimeAsync.getSessionAsync(GetSessionRequest request,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler) |
Future<GetSessionResult> |
AmazonLexRuntimeAsyncClient.getSessionAsync(GetSessionRequest request,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler) |
Future<GetSessionResult> |
AmazonLexRuntimeAsync.getSessionAsync(GetSessionRequest getSessionRequest,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler)
Returns session information for a specified bot, alias, and user ID.
|
| Modifier and Type | Method and Description |
|---|---|
GetSessionRequest |
GetSessionRequest.clone() |
GetSessionRequest |
GetSessionRequest.withBotAlias(String botAlias)
The alias in use for the bot that contains the session data.
|
GetSessionRequest |
GetSessionRequest.withBotName(String botName)
The name of the bot that contains the session data.
|
GetSessionRequest |
GetSessionRequest.withCheckpointLabelFilter(String checkpointLabelFilter)
A string used to filter the intents returned in the
recentIntentSummaryView structure. |
GetSessionRequest |
GetSessionRequest.withUserId(String userId)
The ID of the client application user.
|
Copyright © 2024. All rights reserved.