Uses of Class
software.amazon.awssdk.services.bedrockagent.model.PromptInputVariable
-
Packages that use PromptInputVariable Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of PromptInputVariable in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type PromptInputVariable Modifier and Type Method Description List<PromptInputVariable>TextPromptTemplateConfiguration. inputVariables()An array of the variables in the prompt template.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type PromptInputVariable Modifier and Type Method Description TextPromptTemplateConfiguration.BuilderTextPromptTemplateConfiguration.Builder. inputVariables(PromptInputVariable... inputVariables)An array of the variables in the prompt template.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type PromptInputVariable Modifier and Type Method Description TextPromptTemplateConfiguration.BuilderTextPromptTemplateConfiguration.Builder. inputVariables(Collection<PromptInputVariable> inputVariables)An array of the variables in the prompt template.
-