| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntimev2 |
This section contains documentation for the Amazon Lex V2 Runtime V2 API operations.
|
| software.amazon.awssdk.services.lexruntimev2.transform |
| Modifier and Type | Method and Description |
|---|---|
default ResponseInputStream<PutSessionResponse> |
LexRuntimeV2Client.putSession(PutSessionRequest putSessionRequest)
Creates a new session or modifies an existing session with an Amazon Lex V2 bot.
|
default <ReturnT> CompletableFuture<ReturnT> |
LexRuntimeV2AsyncClient.putSession(PutSessionRequest putSessionRequest,
AsyncResponseTransformer<PutSessionResponse,ReturnT> asyncResponseTransformer)
Creates a new session or modifies an existing session with an Amazon Lex V2 bot.
|
default CompletableFuture<PutSessionResponse> |
LexRuntimeV2AsyncClient.putSession(PutSessionRequest putSessionRequest,
Path destinationPath)
Creates a new session or modifies an existing session with an Amazon Lex V2 bot.
|
default PutSessionResponse |
LexRuntimeV2Client.putSession(PutSessionRequest putSessionRequest,
Path destinationPath)
Creates a new session or modifies an existing session with an Amazon Lex V2 bot.
|
default <ReturnT> ReturnT |
LexRuntimeV2Client.putSession(PutSessionRequest putSessionRequest,
ResponseTransformer<PutSessionResponse,ReturnT> responseTransformer)
Creates a new session or modifies an existing session with an Amazon Lex V2 bot.
|
default ResponseBytes<PutSessionResponse> |
LexRuntimeV2Client.putSessionAsBytes(PutSessionRequest putSessionRequest)
Creates a new session or modifies an existing session with an Amazon Lex V2 bot.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
PutSessionRequestMarshaller.marshall(PutSessionRequest putSessionRequest) |
Copyright © 2023. All rights reserved.