Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ChatPromptTemplateConfiguration
Packages that use ChatPromptTemplateConfiguration
-
Uses of ChatPromptTemplateConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ChatPromptTemplateConfigurationModifier and TypeMethodDescriptionPromptTemplateConfiguration.chat()Contains configurations to use the prompt in a conversational format.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type ChatPromptTemplateConfigurationModifier and TypeMethodDescriptionPromptTemplateConfiguration.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.