| 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 |
AmazonLexRuntimeV2.getSession(GetSessionRequest getSessionRequest)
Returns session information for a specified bot, alias, and user.
|
GetSessionResult |
AmazonLexRuntimeV2Client.getSession(GetSessionRequest request)
Returns session information for a specified bot, alias, and user.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetSessionResult> |
AbstractAmazonLexRuntimeV2Async.getSessionAsync(GetSessionRequest request) |
Future<GetSessionResult> |
AmazonLexRuntimeV2Async.getSessionAsync(GetSessionRequest getSessionRequest)
Returns session information for a specified bot, alias, and user.
|
Future<GetSessionResult> |
AmazonLexRuntimeV2AsyncClient.getSessionAsync(GetSessionRequest request) |
Future<GetSessionResult> |
AbstractAmazonLexRuntimeV2Async.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.
|
Future<GetSessionResult> |
AmazonLexRuntimeV2AsyncClient.getSessionAsync(GetSessionRequest request,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetSessionResult> |
AbstractAmazonLexRuntimeV2Async.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.
|
Future<GetSessionResult> |
AmazonLexRuntimeV2AsyncClient.getSessionAsync(GetSessionRequest request,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetSessionResult |
GetSessionResult.clone() |
GetSessionResult |
GetSessionResult.withInterpretations(Collection<Interpretation> interpretations)
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
|
GetSessionResult |
GetSessionResult.withInterpretations(Interpretation... interpretations)
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
|
GetSessionResult |
GetSessionResult.withMessages(Collection<Message> messages)
A list of messages that were last sent to the user.
|
GetSessionResult |
GetSessionResult.withMessages(Message... messages)
A list of messages that were last sent to the user.
|
GetSessionResult |
GetSessionResult.withSessionId(String sessionId)
The identifier of the returned session.
|
GetSessionResult |
GetSessionResult.withSessionState(SessionState sessionState)
Represents the current state of the dialog between the user and the bot.
|
Copyright © 2024. All rights reserved.