| Package | Description |
|---|---|
| com.coze.openapi.client.chat.model |
| Modifier and Type | Field and Description |
|---|---|
static ChatStatus |
ChatStatus.CANCELLED
The session is user cancelled chat.
|
static ChatStatus |
ChatStatus.COMPLETED
The Bot has finished processing, and the session has ended.
|
static ChatStatus |
ChatStatus.CREATED
The session has been created.
|
static ChatStatus |
ChatStatus.FAILED
The session has failed.
|
static ChatStatus |
ChatStatus.IN_PROGRESS
The Bot is processing.
|
static ChatStatus |
ChatStatus.REQUIRES_ACTION
The session is interrupted and requires further processing.
|
| Modifier and Type | Method and Description |
|---|---|
static ChatStatus |
ChatStatus.fromString(String value) |
Copyright © 2025. All rights reserved.