| Package | Description |
|---|---|
| com.coze.openapi.client.connversations.message.model |
| Modifier and Type | Field and Description |
|---|---|
static MessageContentType |
MessageContentType.AUDIO
If there is a voice message in the input message, the conversation.audio.delta event will be
returned in the streaming response event.
|
static MessageContentType |
MessageContentType.CARD
Message card.
|
static MessageContentType |
MessageContentType.OBJECT_STRING
Multimodal content, that is, a combination of text and files, or a combination of text and
images.
|
static MessageContentType |
MessageContentType.TEXT
Text.
|
static MessageContentType |
MessageContentType.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static MessageContentType |
MessageContentType.fromString(String value) |
Copyright © 2025. All rights reserved.