public class Faq extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateFaqResp |
create(CreateFaqReq req)
创建知识库,该接口用于创建知识库。
|
CreateFaqResp |
create(CreateFaqReq req,
RequestOptions reqOptions)
创建知识库,该接口用于创建知识库。
|
DeleteFaqResp |
delete(DeleteFaqReq req)
删除知识库,该接口用于删除知识库。
|
DeleteFaqResp |
delete(DeleteFaqReq req,
RequestOptions reqOptions)
删除知识库,该接口用于删除知识库。
|
FaqImageFaqResp |
faqImage(FaqImageFaqReq req)
获取知识库图像,该接口用于获取知识库图像。
|
FaqImageFaqResp |
faqImage(FaqImageFaqReq req,
RequestOptions reqOptions)
获取知识库图像,该接口用于获取知识库图像。
|
GetFaqResp |
get(GetFaqReq req)
获取指定知识库详情,该接口用于获取服务台知识库详情。
|
GetFaqResp |
get(GetFaqReq req,
RequestOptions reqOptions)
获取指定知识库详情,该接口用于获取服务台知识库详情。
|
ListFaqResp |
list(ListFaqReq req)
获取全部知识库详情,该接口用于获取服务台知识库详情。
|
ListFaqResp |
list(ListFaqReq req,
RequestOptions reqOptions)
获取全部知识库详情,该接口用于获取服务台知识库详情。
|
PatchFaqResp |
patch(PatchFaqReq req)
修改知识库,该接口用于修改知识库。
|
PatchFaqResp |
patch(PatchFaqReq req,
RequestOptions reqOptions)
修改知识库,该接口用于修改知识库。
|
SearchFaqResp |
search(SearchFaqReq req)
搜索知识库,该接口用于搜索服务台知识库。
|
SearchFaqResp |
search(SearchFaqReq req,
RequestOptions reqOptions)
搜索知识库,该接口用于搜索服务台知识库。
|
public Faq(Config config)
public CreateFaqResp create(CreateFaqReq req, RequestOptions reqOptions) throws Exception
:::html;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=helpdesk&resource=faq&version=v1 ;
Exceptionpublic CreateFaqResp create(CreateFaqReq req) throws Exception
:::html;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=helpdesk&resource=faq&version=v1 ;
Exceptionpublic DeleteFaqResp delete(DeleteFaqReq req, RequestOptions reqOptions) throws Exception
:::html;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=helpdesk&resource=faq&version=v1 ;
Exceptionpublic DeleteFaqResp delete(DeleteFaqReq req) throws Exception
:::html;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=helpdesk&resource=faq&version=v1 ;
Exceptionpublic FaqImageFaqResp faqImage(FaqImageFaqReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic FaqImageFaqResp faqImage(FaqImageFaqReq req) throws Exception
Exceptionpublic GetFaqResp get(GetFaqReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=helpdesk&resource=faq&version=v1 ;
Exceptionpublic GetFaqResp get(GetFaqReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=helpdesk&resource=faq&version=v1 ;
Exceptionpublic ListFaqResp list(ListFaqReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=helpdesk&resource=faq&version=v1 ;
Exceptionpublic ListFaqResp list(ListFaqReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=helpdesk&resource=faq&version=v1 ;
Exceptionpublic PatchFaqResp patch(PatchFaqReq req, RequestOptions reqOptions) throws Exception
:::html;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=helpdesk&resource=faq&version=v1 ;
Exceptionpublic PatchFaqResp patch(PatchFaqReq req) throws Exception
:::html;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=helpdesk&resource=faq&version=v1 ;
Exceptionpublic SearchFaqResp search(SearchFaqReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=search&project=helpdesk&resource=faq&version=v1 ;
Exceptionpublic SearchFaqResp search(SearchFaqReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=search&project=helpdesk&resource=faq&version=v1 ;
ExceptionCopyright © 2026. All rights reserved.