public class ChatStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
static ChatStatus |
CANCELLED
The session is user cancelled chat.
|
static ChatStatus |
COMPLETED
The Bot has finished processing, and the session has ended.
|
static ChatStatus |
CREATED
The session has been created.
|
static ChatStatus |
FAILED
The session has failed.
|
static ChatStatus |
IN_PROGRESS
The Bot is processing.
|
static ChatStatus |
REQUIRES_ACTION
The session is interrupted and requires further processing.
|
| Modifier and Type | Method and Description |
|---|---|
static ChatStatus |
fromString(String value) |
String |
getValue() |
public static final ChatStatus CREATED
public static final ChatStatus IN_PROGRESS
public static final ChatStatus COMPLETED
public static final ChatStatus FAILED
public static final ChatStatus REQUIRES_ACTION
public static final ChatStatus CANCELLED
public String getValue()
public static ChatStatus fromString(String value)
Copyright © 2025. All rights reserved.