cURL
获取指定用户的画像属性。需在调用 AddMemory 添加对话后等待约 3 秒,待画像提取完成。
若返回的属性值均为空,请确认调用 AddMemory 时已传入相同的
profile_schema。未传该参数时不会触发画像提取。请求参数
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
profile_schema_id | string | 是 | 画像模板 ID(路径参数) |
user_id | string | 是 | 记忆实体 ID |
返回结果
| 字段 | 类型 | 说明 |
|---|---|---|
request_id | string | 请求 ID |
profile.attributes | array | 画像属性列表 |
profile.attributes[].name | string | 属性名称 |
profile.attributes[].value | string | 属性值 |