根据 json 获得 answer

HTTP 方法:

POST

请求 URL:

/product/answer/json

请求参数说明

Body中的参数:

参数类型是否必需默认值说明
scoreint
city.keyString
intentidString

请求示例代码

http://server/product/answer/json
{
"score": 0,
"city.key": "滑铁卢",
"intentid": "5c8becb7287e6a15e893bcb9"
}

请求参数详细说明

参数 POST: json的intent和entity信息

响应示例

{
"sentence": "滑铁卢天气挺好的",
"score": 0,
"name": "forecast",
"intentid": "5c8becb7287e6a15e893bcb9"
}

响应参数说明

参数类型说明
sentenceString
scoreInt
nameString
intentidString

响应参数详细说明

返回 answer的sentence和score