@Preview(value="3.1") public class UserMessage extends Object implements ChatMessage
| Constructor and Description |
|---|
UserMessage() |
UserMessage(String content) |
UserMessage(String content,
List<AiMedia> medias) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
内容
|
List<AiMedia> |
getMedias()
图片集合
|
ChatRole |
getRole()
角色
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaugment, fromJson, isThinking, ofAssistant, ofSystem, ofTool, ofUser, ofUser, ofUser, ofUser, template, toJsonpublic UserMessage()
public UserMessage(String content)
public ChatRole getRole()
getRole in interface ChatMessagepublic String getContent()
getContent in interface ChatMessageCopyright © 2025. All rights reserved.