mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-17 12:35:07 +08:00
聊天对话,增加 创建对话、还是继续对话逻辑
This commit is contained in:
@ -59,7 +59,7 @@ public abstract class AbstractMessage implements Message {
|
||||
}
|
||||
|
||||
protected AbstractMessage(MessageType messageType, String textContent, List<MediaData> mediaData,
|
||||
Map<String, Object> messageProperties) {
|
||||
Map<String, Object> messageProperties) {
|
||||
|
||||
Assert.notNull(messageType, "Message type must not be null");
|
||||
Assert.notNull(textContent, "Content must not be null");
|
||||
|
Reference in New Issue
Block a user