Uses of Interface
software.amazon.awssdk.services.lexruntime.model.PostContentRequest.Builder
-
Packages that use PostContentRequest.Builder Package Description software.amazon.awssdk.services.lexruntime Amazon Lex provides both build and runtime endpoints.software.amazon.awssdk.services.lexruntime.model -
-
Uses of PostContentRequest.Builder in software.amazon.awssdk.services.lexruntime
Method parameters in software.amazon.awssdk.services.lexruntime with type arguments of type PostContentRequest.Builder 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 <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 PostContentResponseLexRuntimeClient. postContent(Consumer<PostContentRequest.Builder> postContentRequest, Path sourcePath, Path destinationPath)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. -
Uses of PostContentRequest.Builder in software.amazon.awssdk.services.lexruntime.model
Methods in software.amazon.awssdk.services.lexruntime.model that return PostContentRequest.Builder Modifier and Type Method Description PostContentRequest.BuilderPostContentRequest.Builder. accept(String accept)You pass this value as theAcceptHTTP header.PostContentRequest.BuilderPostContentRequest.Builder. activeContexts(String activeContexts)A list of contexts active for the request.PostContentRequest.BuilderPostContentRequest.Builder. botAlias(String botAlias)Alias of the Amazon Lex bot.PostContentRequest.BuilderPostContentRequest.Builder. botName(String botName)Name of the Amazon Lex bot.static PostContentRequest.BuilderPostContentRequest. builder()PostContentRequest.BuilderPostContentRequest.Builder. contentType(String contentType)You pass this value as theContent-TypeHTTP header.PostContentRequest.BuilderPostContentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PostContentRequest.BuilderPostContentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PostContentRequest.BuilderPostContentRequest.Builder. requestAttributes(String requestAttributes)You pass this value as thex-amz-lex-request-attributesHTTP header.PostContentRequest.BuilderPostContentRequest.Builder. sessionAttributes(String sessionAttributes)You pass this value as thex-amz-lex-session-attributesHTTP header.PostContentRequest.BuilderPostContentRequest. toBuilder()PostContentRequest.BuilderPostContentRequest.Builder. userId(String userId)The ID of the client application user.Methods in software.amazon.awssdk.services.lexruntime.model that return types with arguments of type PostContentRequest.Builder Modifier and Type Method Description static Class<? extends PostContentRequest.Builder>PostContentRequest. serializableBuilderClass()
-