| Package | Description |
|---|---|
| com.coze.openapi.api | |
| com.coze.openapi.service.service.chat |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<BaseResponse<Chat>> |
ChatAPI.chat(String conversationID,
CreateChatReq req,
BaseReq baseReq) |
retrofit2.Call<okhttp3.ResponseBody> |
ChatAPI.stream(String conversationID,
CreateChatReq req,
BaseReq baseReq) |
| Modifier and Type | Method and Description |
|---|---|
CreateChatResp |
ChatService.create(CreateChatReq req) |
ChatPoll |
ChatService.createAndPoll(CreateChatReq req) |
ChatPoll |
ChatService.createAndPoll(CreateChatReq req,
Long timeout) |
io.reactivex.Flowable<ChatEvent> |
ChatService.stream(CreateChatReq req) |
Copyright © 2025. All rights reserved.