Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ConverseResponse
-
Packages that use ConverseResponse Package Description software.amazon.awssdk.services.bedrockruntime Describes the API operations for running inference using Amazon Bedrock models. -
-
Uses of ConverseResponse in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime that return ConverseResponse Modifier and Type Method Description default ConverseResponseBedrockRuntimeClient. converse(Consumer<ConverseRequest.Builder> converseRequest)Sends messages to the specified Amazon Bedrock model.default ConverseResponseBedrockRuntimeClient. converse(ConverseRequest converseRequest)Sends messages to the specified Amazon Bedrock model.Methods in software.amazon.awssdk.services.bedrockruntime that return types with arguments of type ConverseResponse Modifier and Type Method Description default CompletableFuture<ConverseResponse>BedrockRuntimeAsyncClient. converse(Consumer<ConverseRequest.Builder> converseRequest)Sends messages to the specified Amazon Bedrock model.default CompletableFuture<ConverseResponse>BedrockRuntimeAsyncClient. converse(ConverseRequest converseRequest)Sends messages to the specified Amazon Bedrock model.
-