public class MessageContentType extends Object
| Modifier and Type | Field and Description |
|---|---|
static 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 |
CARD
Message card.
|
static MessageContentType |
OBJECT_STRING
Multimodal content, that is, a combination of text and files, or a combination of text and
images.
|
static MessageContentType |
TEXT
Text.
|
static MessageContentType |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static MessageContentType |
fromString(String value) |
String |
getValue() |
public static final MessageContentType UNKNOWN
public static final MessageContentType TEXT
public static final MessageContentType OBJECT_STRING
public static final MessageContentType CARD
public static final MessageContentType AUDIO
public String getValue()
public static MessageContentType fromString(String value)
Copyright © 2025. All rights reserved.