调用图灵API接口实现人机交互
流程一: 注册
第一步: 先注册, 然后创建机器人, 拿到一个32位的key
编码方式
UTF-8(调用图灵API的各个环节的编码方式均为UTF-8)
接口地址
请求方式
HTTP POST
请求参数
请求参数格式为 json
{
"reqType":0,
"perception": {
"inputText": {
"text": "附近的酒店"
},
"inputImage": {
"url": "imageUrl"
},
"selfInfo": {
"location": {
"city": "北京",
"province": "北京",
"street": "信息路"
}
}
},
"userInfo": {
"apiKey": "",
"userId": ""
}
}
请求示例
输出参数
{
"intent": {
"code