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
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/faq/create ;
Exceptionpublic CreateFaqResp create(CreateFaqReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/faq/create ;
Exceptionpublic DeleteFaqResp delete(DeleteFaqReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/faq/delete ;
Exceptionpublic DeleteFaqResp delete(DeleteFaqReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/faq/delete ;
Exceptionpublic FaqImageFaqResp faqImage(FaqImageFaqReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/faq/faq_image ;
Exceptionpublic FaqImageFaqResp faqImage(FaqImageFaqReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/faq/faq_image ;
Exceptionpublic GetFaqResp get(GetFaqReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/faq/get ;
Exceptionpublic GetFaqResp get(GetFaqReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/faq/get ;
Exceptionpublic ListFaqResp list(ListFaqReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/faq/list ;
Exceptionpublic ListFaqResp list(ListFaqReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/faq/list ;
Exceptionpublic PatchFaqResp patch(PatchFaqReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/faq/patch ;
Exceptionpublic PatchFaqResp patch(PatchFaqReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/faq/patch ;
Exceptionpublic SearchFaqResp search(SearchFaqReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/faq/search ;
Exceptionpublic SearchFaqResp search(SearchFaqReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/faq/search ;
ExceptionCopyright © 2024. All rights reserved.