FLEXUS云服务_FLEXUS企业搜索服务-获取对话历史:响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
chat_id |
String |
会话ID,会话的唯一标识 最小长度:1 最大长度:64 |
knowledge_repo_id |
String |
知识库ID,当前会话参考的知识库ID 最小长度:1 最大长度:64 |
create_date_time |
String |
会话发生的时间戳 最小长度:1 最大长度:13 |
is_del |
Integer |
当前对话是否删除标记,0:未删除,1:已删除 枚举值:
|
question_models |
Array of QuestionModel objects |
当前会话详情,包括问题、答案、参考分片信息等 数组长度:0 - 65535 |
参数 |
参数类型 |
描述 |
---|---|---|
question_id |
String |
问题ID 最小长度:1 最大长度:64 |
chat_id |
String |
会话ID 最小长度:1 最大长度:64 |
question |
String |
问题 最小长度:1 最大长度:65535 |
answer |
String |
答案 最小长度:1 最大长度:65535 |
create_date_time |
String |
对话发生时间 最小长度:1 最大长度:13 |
feedback_status |
Integer |
是否有问题反馈 枚举值:
|
question_reference_models |
Array of QuestionReferenceModel objects |
当前答案的参考文件和分片详情 数组长度:0 - 65535 |