public class AnttechAiAgentChatQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AnttechAiAgentChatQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
DTAgentChatResult |
getChatResult() |
String |
getProcessStatus() |
DTAgentChatStream |
getStream() |
List<DTAgentTagInfo> |
getTags() |
void |
setChatResult(DTAgentChatResult chatResult) |
void |
setProcessStatus(String processStatus) |
void |
setStream(DTAgentChatStream stream) |
void |
setTags(List<DTAgentTagInfo> tags) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setChatResult(DTAgentChatResult chatResult)
public DTAgentChatResult getChatResult()
public void setProcessStatus(String processStatus)
public String getProcessStatus()
public void setStream(DTAgentChatStream stream)
public DTAgentChatStream getStream()
public void setTags(List<DTAgentTagInfo> tags)
public List<DTAgentTagInfo> getTags()
Copyright © 2024. All rights reserved.