| 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 |
AbstractAmazonLexRuntime.putSession(PutSessionRequest request) |
PutSessionResult |
AmazonLexRuntimeClient.putSession(PutSessionRequest request)
Creates a new session or modifies an existing session with an Amazon Lex bot.
|
PutSessionResult |
AmazonLexRuntime.putSession(PutSessionRequest putSessionRequest)
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) |
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 |
|---|---|
PutSessionResult |
PutSessionResult.clone() |
PutSessionResult |
PutSessionResult.withActiveContexts(String activeContexts)
A list of active contexts for the session.
|
PutSessionResult |
PutSessionResult.withAudioStream(InputStream audioStream)
The audio version of the message to convey to the user.
|
PutSessionResult |
PutSessionResult.withContentType(String contentType)
Content type as specified in the
Accept HTTP header in the request. |
PutSessionResult |
PutSessionResult.withDialogState(DialogState dialogState)
|
PutSessionResult |
PutSessionResult.withDialogState(String dialogState)
|
PutSessionResult |
PutSessionResult.withEncodedMessage(String encodedMessage)
The next message that should be presented to the user.
|
PutSessionResult |
PutSessionResult.withIntentName(String intentName)
The name of the current intent.
|
PutSessionResult |
PutSessionResult.withMessage(String message)
Deprecated.
|
PutSessionResult |
PutSessionResult.withMessageFormat(MessageFormatType messageFormat)
The format of the response message.
|
PutSessionResult |
PutSessionResult.withMessageFormat(String messageFormat)
The format of the response message.
|
PutSessionResult |
PutSessionResult.withSessionAttributes(String sessionAttributes)
Map of key/value pairs representing session-specific context information.
|
PutSessionResult |
PutSessionResult.withSessionId(String sessionId)
A unique identifier for the session.
|
PutSessionResult |
PutSessionResult.withSlots(String slots)
Map of zero or more intent slots Amazon Lex detected from the user input during the conversation.
|
PutSessionResult |
PutSessionResult.withSlotToElicit(String slotToElicit)
If the
dialogState is ElicitSlot, returns the name of the slot for which Amazon Lex is
eliciting a value. |
Copyright © 2024. All rights reserved.