curl --location --request POST 'http://qiyukf.com/openapi/robot/session/msgPredict?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"uid": "string",
"robotId": 0,
"question": "string",
"fromType": "string",
"productId": "string",
"fromPage": "string"
}'
{
"code": 200,
"message": "哈哈",
"data": [
{
"label": "快捷短语",
"action": 1,
"content": "真实意图内容"
}
]
}