Uses of Class
software.amazon.awssdk.services.bedrockagent.model.TextPromptTemplateConfiguration
-
Packages that use TextPromptTemplateConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of TextPromptTemplateConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return TextPromptTemplateConfiguration Modifier and Type Method Description TextPromptTemplateConfigurationPromptTemplateConfiguration. text()Contains configurations for the text in a message for a prompt.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type TextPromptTemplateConfiguration Modifier and Type Method Description static PromptTemplateConfigurationPromptTemplateConfiguration. fromText(TextPromptTemplateConfiguration text)Create an instance of this class withPromptTemplateConfiguration.text()initialized to the given value.PromptTemplateConfiguration.BuilderPromptTemplateConfiguration.Builder. text(TextPromptTemplateConfiguration text)Contains configurations for the text in a message for a prompt.
-