升级对话
POST
/api/v0/chatbots/{chatbotId}/threads/{threadId}/escalate请求参数
Path 参数
chatbotId
string
必需
线程所属聊天机器人的ID
threadId
string
必需
需要升级的线程ID
Header 参数
Authorization
string
必需
示例值:
Bearer <token>
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
escalationPrompt
string
可选
升级对话时使用的升级提示。通常这是配置为触发升级的后续提示的描述。
示例
{
"escalationPrompt": "I want to talk to an actual human. Please escalate this conversation."
}
示例代码
返回响应
成功(200)
请求有误(400)
没有权限(401)
禁止访问(403)
记录不存在(404)
服务器错误(500)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean
必需
message
string
必需
data
null
必需
示例
成功示例
{
"success": true,
"message": "Escalated the conversation successfully",
"data": null
}
最后修改时间: 8 个月前