FaqStandardCreate - 新建标准问 API访问域名 请求方式 POST base url https://keyue.cloud.baidu.com 后缀接口 /open/v1/api/v2/faq/standard/create Authentication token为API Key 说明 无 请求参数 Header参数 名称 类型 必选 中文名 说明 Content-Type
FaqStandardDetail - 查看标准问详情 API访问域名 请求方式 GET base url https://keyue.cloud.baidu.com 后缀接口 /open/v1/api/v2/faq/standard/detail Authentication token为API Key 说明 无 请求参数 Header参数 名称 类型 必选 中文名 说明 Content-Type
FaqExpire - 设置标准问的生失效 API访问域名 请求方式 POST base url https://keyue.cloud.baidu.com 后缀接口 /open/v1/api/v2/faq/expire Authentication token为API Key 说明 无 请求参数 Header参数 名称 类型 必选 中文名 说明 Content-Type string 是 内容类型
闲聊库扩展问列表 闲聊库扩展问列表 1.接口地址:(GET) {IP}:{PORT}/open/v1/chitchat/extend 2.入参(写入param中) 参数名 类型 是否可空 备注 pn int 是 查询页数,默认为1 ps int 是 每页数量,默认为10 standardId string 否 标准问ID 3.返回值 参数名 类型 父节点 备注 code int HTTP状态码 time
闲聊库标准问列表 闲聊库标准问列表 1.接口地址:(GET) {IP}:{PORT}/open/v1/chitchat/standard 2.入参(写入到param中) 参数名 类型 是否可空 备注 pn int 是 查询页数,默认为1 ps int 是 每页数量,默认为10 3.返回值 参数名 类型 父节点 备注 code int HTTP状态码 time long 时间 msg string 状态信息
闲聊库标准问更新 闲聊库标准问更新 1.接口地址:(POST) {IP}:{PORT}/open/v1/chitchat/standard/update 2.入参(需生成JSON字符串,放到请求的body中) 参数名 类型 是否可空 父节点 备注 id string 否 标准问ID question string 否 问题 version int 否 闲聊标准问版本号 answer list<
闲聊库扩展问更新 闲聊库扩展问更新 1.接口地址: (POST) {IP}:{PORT}/open/v1/chitchat/extend/update 入参(需生成JSON字符串,放到请求的body中) 参数名 类型 是否可空 备注 question string 否 扩展问问题 standardId string 否 标准问ID id string 否 闲聊扩展问ID version int 否
闲聊库扩展问新建 闲聊库扩展问新建 1.接口地址: (POST) {IP}:{PORT}/open/v1/chitchat/extend/create 入参(需生成JSON字符串,放到请求的body中) 参数名 类型 是否可空 备注 question string 否 扩展问问题 standardId string 否 标准问ID 3.返回值 参数名 类型 父节点 备注 code int HTTP状态码
闲聊库标准问新建 闲聊库标准问新建 1.接口地址: (POST) {IP}:{PORT}/open/v1/chitchat/standard/create 2.入参(需生成JSON字符串,放到请求的body中) 参数名 类型 是否可空 备注 answer list< map> 否 答案Map列表 text string 否 答案文本 type string 否 答案类型(只能传数字,目前只可为
闲聊库扩展问删除 闲聊库扩展问删除 1.接口地址: (POST) {IP}:{PORT}/open/v1/chitchat/extend/delete 2.入参(需生成JSON字符串,放到请求的body中) 参数名 类型 是否可空 备注 id string 否 扩展问ID standardId string 否 标准问ID 3.返回值 参数名 类型 父节点 备注 code int HTTP状态码 time