文本分析提取 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/v2/channel/dimension/delete 2.入参(需生成JSON字符串并放入请求的body中) 参数名 类型 是否可空 备注 id string 否 维度ID 3.返回值 参数名 类型 父节点 备注 code int HTTP状态码 time long 时间 msg string 状态信息 data
意图示例删除 1、接口地址:POST {IP}:{PORT}/open/v1/intent/example/delete 2、入参(需生成json字符串,放到请求的body中) 参数名 类型 是否可空 备注 id string 否 意图示例id intentId string 否 意图id【数据存储ID】 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码 time long 时间
POST) {IP}:{PORT}/open/v1/intent/template/create 2、说明:用于意图模板的新建 3、入参(需生成json字符串,放到请求的body中) 参数名 类型 是否可空 备注 template string 否 意图模板 intentId string 否 意图ID 4、返回值 参数名 类型 父节点 备注 code int HTTP状态码 time long 时间
PORT}/open/v{versionId}/user/entity/update 2、入参【请求的body中】 参数名 类型 是否可空 备注 name string 否 实体名称 nameZh string 否 实体中文名称 description string 是 描述 id string 否 id 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码 time long 时间
1、接口地址:(POST) {IP}:{PORT}/open/v1/intent/example/create 2、入参(需生成json字符串,放到请求的body中) 参数名 类型 是否可空 备注 example string 否 意图示例 intentId string 否 意图id【数据存储ID】 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码 time long 时间
open/v1/user/intent/create 2、入参(需生成json字符串,放到请求的body中) 参数名 类型 是否可空 备注 name string 否 意图名称 nameZh string 否 意图中文名称 alias string 是 意图别名 description string 是 描述 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码 time long 时间
接口地址:POST {IP}:{PORT}/open/v{versionId}/user/entity/create 2、入参【请求的body中】 参数名 类型 是否可空 备注 name string 否 实体名称 nameZh string 否 实体中文名称 description string 是 描述 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码 time long 时间
IP}:{PORT}/open/v{versionId}/entity/entry/create 2、入参【请求的body中】 参数名 类型 是否可空 备注 entityId string 否 实体id value string 否 实体值 synonyms string 是 同义词 , 英文逗号分割 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码 time long 时间
entry/update 2、入参【请求的body中】 参数名 类型 是否可空 备注 id string 否 实体值id entityId string 否 实体id version int 否 版本号 value string 否 实体值 synonyms string 是 同义词 , 英文逗号分割 3、返回值 参数名 类型 父节点 备注 code int HTTP状态码 time long 时间