| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
GetSessionResult |
GetSessionResult.addSessionAttributesEntry(String key,
String value)
Add a single SessionAttributes entry
|
GetSessionResult |
GetSessionResult.clearSessionAttributesEntries()
Removes all the entries added into SessionAttributes.
|
GetSessionResult |
GetSessionResult.clone() |
GetSessionResult |
GetSessionResult.withActiveContexts(ActiveContext... activeContexts)
A list of active contexts for the session.
|
GetSessionResult |
GetSessionResult.withActiveContexts(Collection<ActiveContext> activeContexts)
A list of active contexts for the session.
|
GetSessionResult |
GetSessionResult.withDialogAction(DialogAction dialogAction)
Describes the current state of the bot.
|
GetSessionResult |
GetSessionResult.withRecentIntentSummaryView(Collection<IntentSummary> recentIntentSummaryView)
An array of information about the intents used in the session.
|
GetSessionResult |
GetSessionResult.withRecentIntentSummaryView(IntentSummary... recentIntentSummaryView)
An array of information about the intents used in the session.
|
GetSessionResult |
GetSessionResult.withSessionAttributes(Map<String,String> sessionAttributes)
Map of key/value pairs representing the session-specific context information.
|
GetSessionResult |
GetSessionResult.withSessionId(String sessionId)
A unique identifier for the session.
|
Copyright © 2024. All rights reserved.