| Package | Description |
|---|---|
| com.coze.openapi.client.chat.model |
| Modifier and Type | Field and Description |
|---|---|
static ChatEventType |
ChatEventType.CONVERSATION_AUDIO_DELTA
Audio delta event
|
static ChatEventType |
ChatEventType.CONVERSATION_CHAT_COMPLETED
The conversation is completed.
|
static ChatEventType |
ChatEventType.CONVERSATION_CHAT_CREATED
Event for creating a conversation, indicating the start of the conversation.
|
static ChatEventType |
ChatEventType.CONVERSATION_CHAT_FAILED
This event is used to mark a failed conversation.
|
static ChatEventType |
ChatEventType.CONVERSATION_CHAT_IN_PROGRESS
The server is processing the conversation.
|
static ChatEventType |
ChatEventType.CONVERSATION_CHAT_REQUIRES_ACTION
The conversation is interrupted and requires the user to report the execution results of the
tool.
|
static ChatEventType |
ChatEventType.CONVERSATION_MESSAGE_COMPLETED
The message has been completely replied to.
|
static ChatEventType |
ChatEventType.CONVERSATION_MESSAGE_DELTA
Incremental message, usually an incremental message when type=answer.
|
static ChatEventType |
ChatEventType.DONE
The streaming response for this session ended normally.
|
static ChatEventType |
ChatEventType.ERROR
Error events during the streaming response process.
|
| Modifier and Type | Method and Description |
|---|---|
static ChatEventType |
ChatEventType.fromString(String value) |
Copyright © 2025. All rights reserved.