Uses of Class
software.amazon.awssdk.services.bedrockagent.model.Message
-
Packages that use Message Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of Message in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type Message Modifier and Type Method Description List<Message>ChatPromptTemplateConfiguration. messages()Contains messages in the chat for the prompt.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type Message Modifier and Type Method Description ChatPromptTemplateConfiguration.BuilderChatPromptTemplateConfiguration.Builder. messages(Message... messages)Contains messages in the chat for the prompt.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type Message Modifier and Type Method Description ChatPromptTemplateConfiguration.BuilderChatPromptTemplateConfiguration.Builder. messages(Collection<Message> messages)Contains messages in the chat for the prompt.
-