Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.OpenAI.UnitTests/ModelSamples/Dialog/GetHotQueryDetailResponse.json

18 lines
309 B
JSON
Raw Normal View History

2022-11-21 10:23:28 +08:00
{
"code": 0,
"msg": "",
"data": {
"count": 0,
"totalPages": 0,
"list": [
{
"ques": "",
"score": 0,
"hitIntent": "",
"askCount": 0,
"askUserCount": 0
}
]
}
}