Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.InputPrompt
-
Packages that use InputPrompt Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of InputPrompt in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InputPrompt Modifier and Type Method Description static InputPromptInputPrompt. fromTextPrompt(Consumer<TextPrompt.Builder> textPrompt)Create an instance of this class withtextPrompt()initialized to the given value.static InputPromptInputPrompt. fromTextPrompt(TextPrompt textPrompt)Create an instance of this class withtextPrompt()initialized to the given value.InputPromptOptimizePromptRequest. input()Contains the prompt to optimize.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type InputPrompt Modifier and Type Method Description OptimizePromptRequest.BuilderOptimizePromptRequest.Builder. input(InputPrompt input)Contains the prompt to optimize.
-