Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetPromptResponse
-
Packages that use GetPromptResponse Package Description software.amazon.awssdk.services.bedrockagent 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 GetPromptResponse Modifier and Type Method Description default 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 GetPromptResponse Modifier and Type Method Description default 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.
-