更新聊天机器人设置 - 用户数据
PATCH
/api/v0/chatbots/{chatbotId}/settings/user-data请求参数
Path 参数
chatbotId
string
必需
聊天机器人的 ID
Header 参数
Authorization
string
必需
示例值:
Bearer <token>
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
collectUserDetails
string
必需
是否收集用户详细信息的选项
collectName
boolean
是否收集用户名
collectPhone
boolean
必需
是否收集用户电话号码
示例
{
"collectUserDetails": "DO_NOT_COLLECT",
"collectName": false,
"collectPhone": false
}
示例代码
返回响应
成功(200)
请求有误(400)
没有权限(401)
禁止访问(403)
服务器错误(500)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean
必需
message
string
必需
data
object
必需
示例
成功示例
{
"success": true,
"message": "Updated user-data settings of the chatbot successfully",
"data": {}
}
最后修改时间: 8 个月前