| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntime |
Amazon Lex provides both build and runtime endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
default GetSessionResponse |
LexRuntimeClient.getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)
Returns session information for a specified bot, alias, and user ID.
|
default GetSessionResponse |
LexRuntimeClient.getSession(GetSessionRequest getSessionRequest)
Returns session information for a specified bot, alias, and user ID.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetSessionResponse> |
LexRuntimeAsyncClient.getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)
Returns session information for a specified bot, alias, and user ID.
|
default CompletableFuture<GetSessionResponse> |
LexRuntimeAsyncClient.getSession(GetSessionRequest getSessionRequest)
Returns session information for a specified bot, alias, and user ID.
|
Copyright © 2023. All rights reserved.