实体值删除 1、接口地址:POST {IP}:{PORT}/open/v{versionId}/entity/entry/delete 2、入参【请求的body中】 参数名 类型 是否可空 备注 id string 否 实体值id entityId string 否 实体id 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码 time long 时间 msg string
用户实体列表 1、接口地址:GET {IP}:{PORT}/open/v{versionId}/user/entity 2、入参【请求的param中】 参数名 类型 是否可空 备注 ps int 是 页面大小[默认20] pn int 是 页码 keyword string 是 关键词 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码 time long 时间 msg st
实体值列表 1、接口地址:GET {IP}:{PORT}/open/v{versionId}/entity/entry 2、入参 参数名 类型 是否可空 备注 entityId string 否 实体id ps string 是 页面大小 pn string 是 页码 keyword string 是 关键词 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码 time lo
特殊渠道值更新 特殊渠道值更新 1.接口地址:(POST) {IP}:{PORT}/open/v2/channel/special/value/update 2.入参(需生成JSON字符串并放入请求的body中) 参数名 类型 是否可空 父节点 备注 id string 否 特殊渠道值ID dimensionValueList List 是 维度值CODE列表。列表中的元素需按agent级别渠道维
用户意图列表 1、接口地址: (GET) {IP}:{PORT}/open/v1/user/intent 2、入参 参数名 类型 是否可空 备注 keyword string 是 意图关键字 pn int 是 页码,默认为1 ps int 是 每页数据条数,默认为20 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码 time long 时间 msg string 状态信息
意图示例创建 1、接口地址:(POST) {IP}:{PORT}/open/v1/intent/example/create 2、入参(需生成json字符串,放到请求的body中) 参数名 类型 是否可空 备注 example string 否 意图示例 intentId string 否 意图id【数据存储ID】 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码 time
系统意图生效 1、接口地址:POST {IP}:{PORT}/open/v1/sys/intent/enable 2、入参(需生成json字符串,放到请求的body中) 参数名 类型 是否可空 备注 id string 否 系统意图id 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码 time long 时间 msg string 状态信息 示例: { "cod
意图模板列表 1、接口地址: (GET) {IP}:{PORT}/open/v1/intent/template 2、入参 参数名 类型 是否可空 备注 intentId string 否 意图ID keyword string 是 意图关键字 pn int 是 页码,默认为1 ps int 是 每页数据条数,默认为10 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码 t
用户意图新建 1、接口地址:(POST) {IP}:{PORT}/open/v1/user/intent/create 2、入参(需生成json字符串,放到请求的body中) 参数名 类型 是否可空 备注 name string 否 意图名称 nameZh string 否 意图中文名称 alias string 是 意图别名 description string 是 描述 3、返回值 参数名 类
意图示例修改 1、接口地址:(POST) {IP}:{PORT}/open/v1/intent/example/update 2、入参(需生成json字符串,放到请求的body中) 参数名 类型 是否可空 备注 id string 否 意图示例Id intentId string 否 意图id【数据存储Id】 value String 否 意图示例修改值 version int 否 版本号 3、返