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