mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 01:44:42 +08:00
20 lines
449 B
JSON
20 lines
449 B
JSON
{
|
|
"intent_list": [
|
|
{
|
|
"intent_id": 0,
|
|
"skill_id": 1,
|
|
"name": "测试创建意图1",
|
|
"rank_level": 0.65,
|
|
"threshold": 0.7,
|
|
"switch": false
|
|
},
|
|
{
|
|
"intent_id": 0,
|
|
"skill_id": 1,
|
|
"name": "测试创建意图2",
|
|
"rank_level": 0.75,
|
|
"threshold": 0.7,
|
|
"switch": true
|
|
}
|
|
]
|
|
} |