| 限定符和类型 | 方法和说明 |
|---|---|
CreateChatResp |
create(CreateChatReq req) |
CreateChatResp |
create(CreateChatReq req,
RequestOptions reqOptions) |
DeleteChatResp |
delete(DeleteChatReq req) |
DeleteChatResp |
delete(DeleteChatReq req,
RequestOptions reqOptions) |
GetChatResp |
get(GetChatReq req) |
GetChatResp |
get(GetChatReq req,
RequestOptions reqOptions) |
ListChatResp |
list(ListChatReq req) |
ListChatResp |
list(ListChatReq req,
RequestOptions reqOptions) |
SearchChatResp |
search(SearchChatReq req) |
SearchChatResp |
search(SearchChatReq req,
RequestOptions reqOptions) |
UpdateChatResp |
update(UpdateChatReq req) |
UpdateChatResp |
update(UpdateChatReq req,
RequestOptions reqOptions) |
public Chat(Config config)
public CreateChatResp create(CreateChatReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateChatResp create(CreateChatReq req) throws Exception
Exceptionpublic DeleteChatResp delete(DeleteChatReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic DeleteChatResp delete(DeleteChatReq req) throws Exception
Exceptionpublic GetChatResp get(GetChatReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetChatResp get(GetChatReq req) throws Exception
Exceptionpublic ListChatResp list(ListChatReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListChatResp list(ListChatReq req) throws Exception
Exceptionpublic SearchChatResp search(SearchChatReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic SearchChatResp search(SearchChatReq req) throws Exception
Exceptionpublic UpdateChatResp update(UpdateChatReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic UpdateChatResp update(UpdateChatReq req) throws Exception
ExceptionCopyright © 2022. All rights reserved.