Class AttachmentSubmitListener.AttachmentSubmitEvent

java.lang.Object
com.vaadin.flow.component.ai.orchestrator.AttachmentSubmitListener.AttachmentSubmitEvent
All Implemented Interfaces:
Serializable
Enclosing interface:
AttachmentSubmitListener

public static class AttachmentSubmitListener.AttachmentSubmitEvent extends Object implements Serializable
Event fired when a message with attachments is submitted to the LLM provider. Contains full attachment data and a unique message ID that can be used to identify the message later, both when an attachment is clicked (AttachmentClickListener) and when restoring conversation history (ChatMessage.messageId()).
See Also: