Uses of Class
org.springframework.ai.chat.messages.Media
Packages that use Media
-
Uses of Media in org.springframework.ai.chat.messages
Fields in org.springframework.ai.chat.messages with type parameters of type MediaMethods in org.springframework.ai.chat.messages that return types with arguments of type MediaConstructor parameters in org.springframework.ai.chat.messages with type arguments of type MediaModifierConstructorDescriptionprotected
AbstractMessage
(MessageType messageType, String textContent, List<Media> mediaData) protected
AbstractMessage
(MessageType messageType, String textContent, List<Media> mediaData, Map<String, Object> messageProperties) UserMessage
(String textContent, List<Media> mediaList)