首先配置自己设备的云服务自定义控制命令,上传三个dic文件(intent.dic/dict.dic/command.dic)进行审核,需要五个工作日左右。
intent.dic意图文件将用户的语音命令上传到云平台之后拆分进行意图匹配下发命令
ai.dueros.device_interface.thirdparty.cmcc.smart_gateway Add [D:add][device][type][W:0-2]
ai.dueros.device_interface.thirdparty.cmcc.smart_gateway Remove [D:remove][device][type][W:0-2]
ai.dueros.device_interface.thirdparty.cmcc.smart_gateway Bind [D:bind][gateway][W:0-2]
ai.dueros.device_interface.thirdparty.cmcc.smart_gateway UnBind [D:unbind][gateway][W:0-2]
dict.dic词典文件将平台上用户的语音进行分解,解析出用户想要做出的指令
[D:add]
添加
增加
[D:remove]
删除
移除
[D:bind]
绑定
[D:unbind]
解绑
[D:device]
温湿度
水浸
红外人感
门磁
燃气
可燃气体
烟雾感应
声光
[D:gateway]
普通网关
[D:type]
传感器
感应器
command.dic用户语言库,用来存储用户可能想要说出的完成控制命令语句
添加烟雾感应感应器