public class Category extends Object
| 限定符和类型 | 方法和说明 | ||||
|---|---|---|---|---|---|
CreateCategoryResp |
create(CreateCategoryReq req)
创建知识库分类,该接口用于创建知识库分类。
|
||||
CreateCategoryResp |
create(CreateCategoryReq req,
RequestOptions reqOptions)
创建知识库分类,该接口用于创建知识库分类。
|
||||
DeleteCategoryResp |
delete(DeleteCategoryReq req)
删除知识库分类详情,该接口用于删除知识库分类详情。
|
||||
DeleteCategoryResp |
delete(DeleteCategoryReq req,
RequestOptions reqOptions)
删除知识库分类详情,该接口用于删除知识库分类详情。
|
||||
GetCategoryResp |
get(GetCategoryReq req)
获取知识库分类,该接口用于获取知识库分类。
|
||||
GetCategoryResp |
get(GetCategoryReq req,
RequestOptions reqOptions)
获取知识库分类,该接口用于获取知识库分类。
|
||||
ListCategoryResp |
list(ListCategoryReq req)
,list all categories
官网API文档链接:
ListCategoryResplist(ListCategoryReq req,
RequestOptions reqOptions)
,list all categories
官网API文档链接:
PatchCategoryResppatch(PatchCategoryReq req)
更新知识库分类详情,该接口用于更新知识库分类详情。
| ||||
PatchCategoryResp |
patch(PatchCategoryReq req,
RequestOptions reqOptions)
更新知识库分类详情,该接口用于更新知识库分类详情。
|
public Category(Config config)
public CreateCategoryResp create(CreateCategoryReq req, RequestOptions reqOptions) throws Exception
:::html;
Exceptionpublic CreateCategoryResp create(CreateCategoryReq req) throws Exception
:::html;
Exceptionpublic DeleteCategoryResp delete(DeleteCategoryReq req, RequestOptions reqOptions) throws Exception
:::html;
Exceptionpublic DeleteCategoryResp delete(DeleteCategoryReq req) throws Exception
:::html;
Exceptionpublic GetCategoryResp get(GetCategoryReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetCategoryResp get(GetCategoryReq req) throws Exception
Exceptionpublic ListCategoryResp list(ListCategoryReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListCategoryResp list(ListCategoryReq req) throws Exception
Exceptionpublic PatchCategoryResp patch(PatchCategoryReq req, RequestOptions reqOptions) throws Exception
:::html;
Exceptionpublic PatchCategoryResp patch(PatchCategoryReq req) throws Exception
:::html;
ExceptionCopyright © 2026. All rights reserved.