# 获取企微中台支持分析的 NLP 标签组列表
⚠️ 目前支持的 NLP 标签组均为房地产营销场景,分析能力由明源云客 AIoT 提供。
# 请求方式
GET
# 请求地址
https://nbd-api.myscrm.cn/open-nbd-qw-msgaudit/v1/chat/supported-nlp-tag/list
# 请求参数
# 示例
https://nbd-api.myscrm.cn/open-nbd-qw-msgaudit/v1/chat/supported-nlp-tag/list
# 说明
(无)
# 返回参数
# 示例
{
"errcode": 0,
"errmsg": "ok",
"nlp_tag_groups": [
{
"group_id": "07d15a64-abb2-4839-9ba2-b55babd13d55",
"group_name": "购房抗性"
}
]
}
# 说明
参数 | 类型 | 说明 |
---|---|---|
nlp_tag_groups.group_id | string | 标签组 id |
nlp_tag_groups.group_name | string | 标签组名称 |