Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.InputPrompt
Packages that use InputPrompt
-
Uses of InputPrompt in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InputPromptModifier and TypeMethodDescriptionstatic 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.final InputPromptOptimizePromptRequest.input()Contains the prompt to optimize.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type InputPromptModifier and TypeMethodDescriptionOptimizePromptRequest.Builder.input(InputPrompt input) Contains the prompt to optimize.