Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetPromptResponse
Packages that use GetPromptResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of GetPromptResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return GetPromptResponseModifier and TypeMethodDescriptiondefault GetPromptResponseBedrockAgentClient.getPrompt(Consumer<GetPromptRequest.Builder> getPromptRequest) Retrieves information about the working draft (DRAFTversion) of a prompt or a version of it, depending on whether you include thepromptVersionfield or not.default GetPromptResponseBedrockAgentClient.getPrompt(GetPromptRequest getPromptRequest) Retrieves information about the working draft (DRAFTversion) of a prompt or a version of it, depending on whether you include thepromptVersionfield or not.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type GetPromptResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetPromptResponse>BedrockAgentAsyncClient.getPrompt(Consumer<GetPromptRequest.Builder> getPromptRequest) Retrieves information about the working draft (DRAFTversion) of a prompt or a version of it, depending on whether you include thepromptVersionfield or not.default CompletableFuture<GetPromptResponse>BedrockAgentAsyncClient.getPrompt(GetPromptRequest getPromptRequest) Retrieves information about the working draft (DRAFTversion) of a prompt or a version of it, depending on whether you include thepromptVersionfield or not.