| Package | Description |
|---|---|
| com.coze.openapi.client.connversations.message.model |
| Modifier and Type | Field and Description |
|---|---|
static MessageType |
MessageType.ANSWER
The message content returned by the Bot to the user, supporting incremental return.
|
static MessageType |
MessageType.FOLLOW_UP
If the user question suggestion switch is turned on in the Bot configuration, the reply content
related to the recommended questions will be returned.
|
static MessageType |
MessageType.FUNCTION_CALL
Intermediate results of the function (function call) called during the Bot conversation
process.
|
static MessageType |
MessageType.QUESTION
User input content.
|
static MessageType |
MessageType.TOOL_OUTPUT
Results returned after calling the tool (function call).
|
static MessageType |
MessageType.TOOL_RESPONSE
Results returned after calling the tool (function call).
|
static MessageType |
MessageType.UNKNOWN |
static MessageType |
MessageType.VERBOSE
In the scenario of multiple answers, the server will return a verbose package.
|
| Modifier and Type | Method and Description |
|---|---|
static MessageType |
MessageType.fromString(String value) |
Copyright © 2025. All rights reserved.