default CompletableFuture<PostContentResponse> |
LexRuntimeAsyncClient.postContent(PostContentRequest postContentRequest,
Path sourcePath,
Path destinationPath) |
Sends user input (text or speech) to Amazon Lex.
|
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 <ReturnT> ReturnT |
LexRuntimeClient.postContent(PostContentRequest postContentRequest,
RequestBody requestBody,
ResponseTransformer<PostContentResponse,ReturnT> responseTransformer) |
Sends user input (text or speech) to Amazon Lex.
|