Uses of Class
software.amazon.awssdk.services.lexruntime.model.PostContentResponse
-
Packages that use PostContentResponse Package Description software.amazon.awssdk.services.lexruntime Amazon Lex provides both build and runtime endpoints. -
-
Uses of PostContentResponse in software.amazon.awssdk.services.lexruntime
Methods in software.amazon.awssdk.services.lexruntime that return PostContentResponse Modifier and Type Method Description default PostContentResponseLexRuntimeClient. postContent(Consumer<PostContentRequest.Builder> postContentRequest, Path sourcePath, Path destinationPath)Sends user input (text or speech) to Amazon Lex.default PostContentResponseLexRuntimeClient. postContent(PostContentRequest postContentRequest, Path sourcePath, Path destinationPath)Sends user input (text or speech) to Amazon Lex.Methods in software.amazon.awssdk.services.lexruntime that return types with arguments of type PostContentResponse Modifier and Type Method Description default CompletableFuture<PostContentResponse>LexRuntimeAsyncClient. postContent(Consumer<PostContentRequest.Builder> 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.Method parameters in software.amazon.awssdk.services.lexruntime with type arguments of type PostContentResponse Modifier and Type Method Description default <ReturnT> CompletableFuture<ReturnT>LexRuntimeAsyncClient. postContent(Consumer<PostContentRequest.Builder> postContentRequest, AsyncRequestBody requestBody, AsyncResponseTransformer<PostContentResponse,ReturnT> asyncResponseTransformer)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 <ReturnT> ReturnTLexRuntimeClient. postContent(Consumer<PostContentRequest.Builder> postContentRequest, RequestBody requestBody, ResponseTransformer<PostContentResponse,ReturnT> responseTransformer)Sends user input (text or speech) to Amazon Lex.default <ReturnT> ReturnTLexRuntimeClient. postContent(PostContentRequest postContentRequest, RequestBody requestBody, ResponseTransformer<PostContentResponse,ReturnT> responseTransformer)Sends user input (text or speech) to Amazon Lex.
-