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