Uses of Interface
com.vaadin.flow.component.ai.ui.AIMessage
Packages that use AIMessage
-
Uses of AIMessage in com.vaadin.flow.component.ai.ui
Methods in com.vaadin.flow.component.ai.ui that return AIMessageModifier and TypeMethodDescriptionAIMessageList.addMessage(String text, String userName, List<AIAttachment> attachments) Creates a new message with the given parameters and attachments.Methods in com.vaadin.flow.component.ai.ui with parameters of type AIMessageModifier and TypeMethodDescriptionvoidAIMessageList.AttachmentClickCallback.onAttachmentClick(AIMessage message, int attachmentIndex) Called when an attachment in the message list is clicked.