| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntime |
Amazon Lex provides both build and runtime endpoints.
|
| software.amazon.awssdk.services.lexruntime.transform |
| Modifier and Type | Method and Description |
|---|---|
default <ReturnT> CompletableFuture<ReturnT> |
LexRuntimeAsyncClient.postContent(PostContentRequest postContentRequest,
AsyncRequestBody requestBody,
AsyncResponseTransformer<PostContentResponse,ReturnT> asyncResponseTransformer)
Sends user input (text or speech) to Amazon Lex.
|
default PostContentResponse |
LexRuntimeClient.postContent(PostContentRequest postContentRequest,
Path sourcePath,
Path destinationPath)
Sends user input (text or speech) to Amazon Lex.
|
default CompletableFuture<PostContentResponse> |
LexRuntimeAsyncClient.postContent(PostContentRequest postContentRequest,
Path sourcePath,
Path destinationPath)
Sends user input (text or speech) to Amazon Lex.
|
default <ReturnT> ReturnT |
LexRuntimeClient.postContent(PostContentRequest postContentRequest,
RequestBody requestBody,
ResponseTransformer<PostContentResponse,ReturnT> responseTransformer)
Sends user input (text or speech) to Amazon Lex.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
PostContentRequestMarshaller.marshall(PostContentRequest postContentRequest) |
Copyright © 2023. All rights reserved.