| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntimev2 |
This section contains documentation for the Amazon Lex V2 Runtime V2 API operations.
|
| Modifier and Type | Method and Description |
|---|---|
default GetSessionResponse |
LexRuntimeV2Client.getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)
Returns session information for a specified bot, alias, and user.
|
default GetSessionResponse |
LexRuntimeV2Client.getSession(GetSessionRequest getSessionRequest)
Returns session information for a specified bot, alias, and user.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetSessionResponse> |
LexRuntimeV2AsyncClient.getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)
Returns session information for a specified bot, alias, and user.
|
default CompletableFuture<GetSessionResponse> |
LexRuntimeV2AsyncClient.getSession(GetSessionRequest getSessionRequest)
Returns session information for a specified bot, alias, and user.
|
Copyright © 2023. All rights reserved.