Interface Message
- All Superinterfaces:
Content
- All Known Implementing Classes:
AbstractMessage
,AssistantMessage
,SystemMessage
,ToolResponseMessage
,UserMessage
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
Methods inherited from interface org.springframework.ai.model.Content
getContent, getMetadata
-
Method Details
-
getMessageType
MessageType getMessageType()
-