| Package | Description |
|---|---|
| com.coze.openapi.client.connversations.message | |
| com.coze.openapi.client.connversations.message.model |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateMessageReq.setObjectContent(List<MessageObjectString> objects) |
void |
CreateMessageReq.setObjectContent(List<MessageObjectString> objects) |
| Modifier and Type | Method and Description |
|---|---|
static MessageObjectString |
MessageObjectString.buildAudio(String fileID,
String fileURL) |
static MessageObjectString |
MessageObjectString.buildFileByID(String fileID) |
static MessageObjectString |
MessageObjectString.buildFileByURL(String fileURL) |
static MessageObjectString |
MessageObjectString.buildImageByID(String fileID) |
static MessageObjectString |
MessageObjectString.buildImageByURL(String fileURL) |
static MessageObjectString |
MessageObjectString.buildText(String text) |
| Modifier and Type | Method and Description |
|---|---|
static Message |
Message.buildUserQuestionObjects(List<MessageObjectString> objects) |
static Message |
Message.buildUserQuestionObjects(List<MessageObjectString> objects,
Map<String,String> metaData) |
Copyright © 2025. All rights reserved.