FAQ NLU 分析 1、接口地址:GET {IP}:{PORT}/open/v{versionId}/nlu/faq/recognize 2、入参 参数名 类型 是否可空 备注 query string 否 请求文本 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码 time long 时间
表达式说明(旧) 说明: 自2024年6月15日起,UNIT 企业版公有云服务为提升业务系统安全性不再使用此旧版本表达式说明,请参考 表达式说明(新) ,私有化交付项目除外。 本章介绍 UNIT企业版产品表达式配置使用规范。 表达式可以用在会话树节点配置中,节点触发条件和节点执行回复内容的配置 平台使用的表达式标识 无
系统意图生效 1、接口地址:POST {IP}:{PORT}/open/v1/sys/intent/enable 2、入参(需生成json字符串,放到请求的body中) 参数名 类型 是否可空 备注 id string 否 系统意图id 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码 time
渠道维度删除 渠道维度删除 1.接口地址:(POST) {IP}:{PORT}/open/v2/channel/dimension/delete 2.入参(需生成JSON字符串并放入请求的body中) 参数名 类型 是否可空 备注 id string 否 维度ID 3.返回值 参数名 类型 父节点 备注 code in
用户意图详情 1、接口地址: (GET) {IP}:{PORT}/open/v1/user/intent/detail 2、入参(写入到param中) 参数名 类型 是否可空 备注 id string 否 意图ID 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码 time long 时间 ms
系统实体列表 1、接口地址:GET {IP}:{PORT}/open/v{versionId}/sys/entity 2、入参【请求的param中】 参数名 类型 是否可空 备注 ps int 是 页面大小[默认20] pn int 是 页码 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码 t
意图模板列表 1、接口地址: (GET) {IP}:{PORT}/open/v1/intent/template 2、入参 参数名 类型 是否可空 备注 intentId string 否 意图ID keyword string 是 意图关键字 pn int 是 页码,默认为1 ps int 是 每页数据条数,默认为1
实体值详情 1、接口地址:GET {IP}:{PORT}/open/v{versionId}/entity/entry/detail 2、入参 参数名 类型 是否可空 备注 id string 否 实体值id 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码 time long 时间 msg s
用户意图新建 1、接口地址:(POST) {IP}:{PORT}/open/v1/user/intent/create 2、入参(需生成json字符串,放到请求的body中) 参数名 类型 是否可空 备注 name string 否 意图名称 nameZh string 否 意图中文名称 alias string 是
意图示例修改 1、接口地址:(POST) {IP}:{PORT}/open/v1/intent/example/update 2、入参(需生成json字符串,放到请求的body中) 参数名 类型 是否可空 备注 id string 否 意图示例Id intentId string 否 意图id【数据存储Id】 valu