Class UserMessage
java.lang.Object
org.springframework.ai.prompt.messages.AbstractMessage
org.springframework.ai.prompt.messages.UserMessage
- All Implemented Interfaces:
Message
A message of the type 'user' passed as input Messages with the user role are from the
end-user or developer. They represent questions, prompts, or any input that you want
the model to respond to.
-
Field Summary
Fields inherited from class org.springframework.ai.prompt.messages.AbstractMessage
content, messageType, properties
-
Constructor Summary
ConstructorDescriptionUserMessage
(String message) UserMessage
(org.springframework.core.io.Resource resource) -
Method Summary
Methods inherited from class org.springframework.ai.prompt.messages.AbstractMessage
getContent, getMessageType, getMessageTypeValue, getProperties