意图示例修改 1、接口地址:(POST) {IP}:{PORT}/open/v1/intent/example/update 2、入参(需生成json字符串,放到请求的body中) 参数名 类型 是否可空 备注 id string 否 意图示例Id intentId string 否 意图id【数据存储Id】 value String 否 意图示例修改值 version int 否 版本号 3、返
用户意图更新 1、接口地址: (POST) {IP}:{PORT}/open/v1/user/intent/update 2、入参(需生成json字符串,放到请求的body中) 参数名 类型 是否可空 备注 id string 否 意图ID name string 否 意图名称 nameZh string 否 意图中文名称 alias string 是 意图别名(多个别名以“,”隔开) descr
意图示例创建 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/disable 2、入参(需生成json字符串,放到请求的body中) 参数名 类型 是否可空 备注 id string 否 系统意图id 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码 time long 时间 msg string 状态信息 示例: { "co
实体值创建 1、接口地址:POST {IP}:{PORT}/open/v{versionId}/entity/entry/create 2、入参【请求的body中】 参数名 类型 是否可空 备注 entityId string 否 实体id value string 否 实体值 synonyms string 是 同义词 , 英文逗号分割 3、返回值 参数名 类型 父节点 备注 code int
系统意图列表 1、接口地址:(GET) {IP}:{PORT}/open/v1/sys/intent 2、入参(query param) 参数名 类型 是否可空 备注 ps int 是 页面大小【默认20】 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码 time long 时间 msg string 状态信息 data object 数据 total int data
用户实体创建 1、接口地址:POST {IP}:{PORT}/open/v{versionId}/user/entity/create 2、入参【请求的body中】 参数名 类型 是否可空 备注 name string 否 实体名称 nameZh string 否 实体中文名称 description string 是 描述 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码
文本分析提取 1、接口地址:GET {IP}:{PORT}/open/v{versionId}/nlu/similarity 2、入参 参数名 类型 是否可空 备注 query string 否 请求文本 candidate string 否 比较文本 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码 time long 时间 msg string 状态信息 data T
系统实体启用 1、接口地址:POST {IP}:{PORT}/open/v{versionId}/sys/entity/enable 2、入参(请求的body中) 参数名 类型 是否可空 sysEntityId string 否 3、返回值 参数名 类型 父节点 code int time long msg string data T 示例: { "time":15904129
开放标注聚类列表 1、接口地址:GET {IP}:{PORT}/open/v{versionId}/label/cluster/list 2、入参 参数名 类型 是否可空 备注 pn int 是 页码,默认是1 ps int 是 页面大小,默认是20 startTime string 否 开始时间 endTime string 否 结束时间 matchType int 是 匹配类型:-1 未匹配,