Uses of Class
software.amazon.awssdk.services.bedrockagent.model.PromptConfiguration
-
Packages that use PromptConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of PromptConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type PromptConfiguration Modifier and Type Method Description List<PromptConfiguration>PromptOverrideConfiguration. promptConfigurations()Returns the value of the PromptConfigurations property for this object.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type PromptConfiguration Modifier and Type Method Description PromptOverrideConfiguration.BuilderPromptOverrideConfiguration.Builder. promptConfigurations(PromptConfiguration... promptConfigurations)Sets the value of the PromptConfigurations property for this object.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type PromptConfiguration Modifier and Type Method Description PromptOverrideConfiguration.BuilderPromptOverrideConfiguration.Builder. promptConfigurations(Collection<PromptConfiguration> promptConfigurations)Sets the value of the PromptConfigurations property for this object.
-