| Package | Description |
|---|---|
| com.amazonaws.services.lexruntimev2 |
This section contains documentation for the Amazon Lex V2 Runtime V2 API operations.
|
| com.amazonaws.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
GetSessionResult |
AbstractAmazonLexRuntimeV2.getSession(GetSessionRequest request) |
GetSessionResult |
AmazonLexRuntimeV2Client.getSession(GetSessionRequest request)
Returns session information for a specified bot, alias, and user.
|
GetSessionResult |
AmazonLexRuntimeV2.getSession(GetSessionRequest getSessionRequest)
Returns session information for a specified bot, alias, and user.
|
Future<GetSessionResult> |
AbstractAmazonLexRuntimeV2Async.getSessionAsync(GetSessionRequest request) |
Future<GetSessionResult> |
AmazonLexRuntimeV2AsyncClient.getSessionAsync(GetSessionRequest request) |
Future<GetSessionResult> |
AmazonLexRuntimeV2Async.getSessionAsync(GetSessionRequest getSessionRequest)
Returns session information for a specified bot, alias, and user.
|
Future<GetSessionResult> |
AbstractAmazonLexRuntimeV2Async.getSessionAsync(GetSessionRequest request,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler) |
Future<GetSessionResult> |
AmazonLexRuntimeV2AsyncClient.getSessionAsync(GetSessionRequest request,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler) |
Future<GetSessionResult> |
AmazonLexRuntimeV2Async.getSessionAsync(GetSessionRequest getSessionRequest,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler)
Returns session information for a specified bot, alias, and user.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetSessionResult> |
AbstractAmazonLexRuntimeV2Async.getSessionAsync(GetSessionRequest request,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler) |
Future<GetSessionResult> |
AmazonLexRuntimeV2AsyncClient.getSessionAsync(GetSessionRequest request,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler) |
Future<GetSessionResult> |
AmazonLexRuntimeV2Async.getSessionAsync(GetSessionRequest getSessionRequest,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler)
Returns session information for a specified bot, alias, and user.
|
| Modifier and Type | Method and Description |
|---|---|
GetSessionRequest |
GetSessionRequest.clone() |
GetSessionRequest |
GetSessionRequest.withBotAliasId(String botAliasId)
The alias identifier in use for the bot that contains the session data.
|
GetSessionRequest |
GetSessionRequest.withBotId(String botId)
The identifier of the bot that contains the session data.
|
GetSessionRequest |
GetSessionRequest.withLocaleId(String localeId)
The locale where the session is in use.
|
GetSessionRequest |
GetSessionRequest.withSessionId(String sessionId)
The identifier of the session to return.
|
Copyright © 2023. All rights reserved.