Interface Message
- All Known Implementing Classes:
AbstractMessage,AssistantMessage,ChatMessage,FunctionMessage,SystemMessage,UserMessage
public interface Message
The Message interface represents a message that can be sent or received in a chat
application. Messages can have content, media attachments, properties, and message
types.
- See Also:
-
Method Summary
-
Method Details
-
getContent
String getContent() -
getMedia
-
getProperties
-
getMessageType
MessageType getMessageType()
-