- readme
- 商机
- 线索
- 公共(通用域)
- 公共(支撑域)
- AI外呼
- 智能外呼
- 人群管理
- 外呼线索
- 外呼账号
- 智能拓客
- 回调接口(百应调我们)POST
- 运营后台
- AI 云店(cloud-shop)
- RPA
- 开放接口
- 视频助手
- 账号密码登录POST
- 未命名接口GET
修改客户意向
POST
https://micro-gfyx-api.b2btst.com/v1/outbound/task/update-intention
最后修改时间:2024-02-23 02:54:46
请求参数
Body 参数application/json
call_instance_id
integer
通话记录id
intention
string
客户意向
示例
{
"call_instance_id": 0,
"intention": "string"
}
返回响应
🟢200成功
application/json
Body
data
object
必需
is_succeed
boolean
必需
error_code
integer
必需
message
string
必需
success
boolean
必需
示例
{
"data": {
"is_succeed": true
},
"error_code": 0,
"message": "string",
"success": true
}
修改于 2024-02-23 02:54:46