| 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 |
|---|---|
PutSessionResult |
AmazonLexRuntimeClient.putSession(PutSessionRequest request)
Creates a new session or modifies an existing session with an Amazon Lex bot.
|
PutSessionResult |
AbstractAmazonLexRuntime.putSession(PutSessionRequest request) |
PutSessionResult |
AmazonLexRuntime.putSession(PutSessionRequest putSessionRequest)
Creates a new session or modifies an existing session with an Amazon Lex bot.
|
Future<PutSessionResult> |
AbstractAmazonLexRuntimeAsync.putSessionAsync(PutSessionRequest request) |
Future<PutSessionResult> |
AmazonLexRuntimeAsyncClient.putSessionAsync(PutSessionRequest request) |
Future<PutSessionResult> |
AmazonLexRuntimeAsync.putSessionAsync(PutSessionRequest putSessionRequest)
Creates a new session or modifies an existing session with an Amazon Lex bot.
|
Future<PutSessionResult> |
AbstractAmazonLexRuntimeAsync.putSessionAsync(PutSessionRequest request,
AsyncHandler<PutSessionRequest,PutSessionResult> asyncHandler) |
Future<PutSessionResult> |
AmazonLexRuntimeAsyncClient.putSessionAsync(PutSessionRequest request,
AsyncHandler<PutSessionRequest,PutSessionResult> asyncHandler) |
Future<PutSessionResult> |
AmazonLexRuntimeAsync.putSessionAsync(PutSessionRequest putSessionRequest,
AsyncHandler<PutSessionRequest,PutSessionResult> asyncHandler)
Creates a new session or modifies an existing session with an Amazon Lex bot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutSessionResult> |
AbstractAmazonLexRuntimeAsync.putSessionAsync(PutSessionRequest request,
AsyncHandler<PutSessionRequest,PutSessionResult> asyncHandler) |
Future<PutSessionResult> |
AmazonLexRuntimeAsyncClient.putSessionAsync(PutSessionRequest request,
AsyncHandler<PutSessionRequest,PutSessionResult> asyncHandler) |
Future<PutSessionResult> |
AmazonLexRuntimeAsync.putSessionAsync(PutSessionRequest putSessionRequest,
AsyncHandler<PutSessionRequest,PutSessionResult> asyncHandler)
Creates a new session or modifies an existing session with an Amazon Lex bot.
|
| Modifier and Type | Method and Description |
|---|---|
PutSessionRequest |
PutSessionRequest.addSessionAttributesEntry(String key,
String value)
Add a single SessionAttributes entry
|
PutSessionRequest |
PutSessionRequest.clearSessionAttributesEntries()
Removes all the entries added into SessionAttributes.
|
PutSessionRequest |
PutSessionRequest.clone() |
PutSessionRequest |
PutSessionRequest.withAccept(String accept)
The message that Amazon Lex returns in the response can be either text or speech based depending on the value of
this field.
|
PutSessionRequest |
PutSessionRequest.withActiveContexts(ActiveContext... activeContexts)
A list of contexts active for the request.
|
PutSessionRequest |
PutSessionRequest.withActiveContexts(Collection<ActiveContext> activeContexts)
A list of contexts active for the request.
|
PutSessionRequest |
PutSessionRequest.withBotAlias(String botAlias)
The alias in use for the bot that contains the session data.
|
PutSessionRequest |
PutSessionRequest.withBotName(String botName)
The name of the bot that contains the session data.
|
PutSessionRequest |
PutSessionRequest.withDialogAction(DialogAction dialogAction)
Sets the next action that the bot should take to fulfill the conversation.
|
PutSessionRequest |
PutSessionRequest.withRecentIntentSummaryView(Collection<IntentSummary> recentIntentSummaryView)
A summary of the recent intents for the bot.
|
PutSessionRequest |
PutSessionRequest.withRecentIntentSummaryView(IntentSummary... recentIntentSummaryView)
A summary of the recent intents for the bot.
|
PutSessionRequest |
PutSessionRequest.withSessionAttributes(Map<String,String> sessionAttributes)
Map of key/value pairs representing the session-specific context information.
|
PutSessionRequest |
PutSessionRequest.withUserId(String userId)
The ID of the client application user.
|
Copyright © 2024. All rights reserved.