public class OutputMessage extends AbstractModel
header, skipSign| Constructor and Description |
|---|
OutputMessage() |
OutputMessage(OutputMessage source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Get 文本内容
|
String |
getReasoningContent()
Get 推理内容
|
String |
getRole()
Get 角色
|
void |
setContent(String Content)
Set 文本内容
|
void |
setReasoningContent(String ReasoningContent)
Set 推理内容
|
void |
setRole(String Role)
Set 角色
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic OutputMessage()
public OutputMessage(OutputMessage source)
public String getRole()
public void setRole(String Role)
Role - 角色public String getContent()
public void setContent(String Content)
Content - 文本内容public String getReasoningContent()
public void setReasoningContent(String ReasoningContent)
ReasoningContent - 推理内容Copyright © 2025. All rights reserved.