| Package | Description |
|---|---|
| com.alibaba.dashscope | |
| com.alibaba.dashscope.aigc.conversation | |
| com.alibaba.dashscope.aigc.conversation.qwen |
| Modifier and Type | Method and Description |
|---|---|
ConversationResult |
BaseConversation.call(ConversationParam param)
Call the server to get the whole result.
|
void |
BaseConversation.call(ConversationParam param,
ResultCallback<ConversationResult> callback)
Call the server to get the result in the callback function.
|
io.reactivex.Flowable<ConversationResult> |
BaseConversation.streamCall(ConversationParam param)
Call the server to get the result by stream.
|
| Modifier and Type | Method and Description |
|---|---|
ConversationResult |
Conversation.call(ConversationParam param)
Call the server to get the whole result.
|
void |
Conversation.call(ConversationParam param,
ResultCallback<ConversationResult> callback)
Call the server to get the result in the callback function.
|
io.reactivex.Flowable<ConversationResult> |
Conversation.streamCall(ConversationParam param)
Call the server to get the result by stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QWenConversationParam |
Copyright © 2023. All rights reserved.