Uses of Class
software.amazon.awssdk.services.lexruntime.model.PostTextResponse
-
Packages that use PostTextResponse Package Description software.amazon.awssdk.services.lexruntime Amazon Lex provides both build and runtime endpoints. -
-
Uses of PostTextResponse in software.amazon.awssdk.services.lexruntime
Methods in software.amazon.awssdk.services.lexruntime that return PostTextResponse Modifier and Type Method Description default PostTextResponseLexRuntimeClient. postText(Consumer<PostTextRequest.Builder> postTextRequest)Sends user input to Amazon Lex.default PostTextResponseLexRuntimeClient. postText(PostTextRequest postTextRequest)Sends user input to Amazon Lex.Methods in software.amazon.awssdk.services.lexruntime that return types with arguments of type PostTextResponse Modifier and Type Method Description default CompletableFuture<PostTextResponse>LexRuntimeAsyncClient. postText(Consumer<PostTextRequest.Builder> postTextRequest)Sends user input to Amazon Lex.default CompletableFuture<PostTextResponse>LexRuntimeAsyncClient. postText(PostTextRequest postTextRequest)Sends user input to Amazon Lex.
-