| Package | Description |
|---|---|
| com.alibaba.dashscope | |
| com.alibaba.dashscope.conversation | |
| com.alibaba.dashscope.conversation.rpc |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseConversation.call(ConversationParam param,
ResultCallback<ConversationResult> callback)
Call the server to get the result in the callback function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Conversation.call(ConversationParam param,
ResultCallback<ConversationResult> callback)
Call the server to get the result in the callback function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConversationHttpRpc.call(ConversationParam param,
ResultCallback<ConversationResult> callback) |
void |
ConversationWebsocketRpc.call(ConversationParam param,
ResultCallback<ConversationResult> callback) |
void |
ConversationRpc.call(ConversationParam param,
ResultCallback<ConversationResult> callback)
Call the Conversation rpc protocol to communicate with the server side.
|
Copyright © 2023. All rights reserved.