Package io.jmix.aitoolsflowui.model
Class AiConversation
java.lang.Object
io.jmix.aitoolsflowui.model.AiConversation
An AI chat conversation: a single thread of messages between a user and the
assistant.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getTitle()voidsetCreatedDate(OffsetDateTime createdDate) voidvoidvoidsetUsername(String username)
-
Constructor Details
-
AiConversation
public AiConversation()
-
-
Method Details
-
getUsername
-
setUsername
-
getCreatedDate
-
setCreatedDate
-
getTitle
-
setTitle
-
getId
-
setId
-