public class History extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| History() | 
| History(History 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 | getChatId()Get 对话的 ID,用于唯一标识一轮对话
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getPrompt()Get 原始输入的 Prompt 文本
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getRevisedPrompt()Get 扩写后的 Prompt 文本
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getSeed()Get 生成图的随机种子
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setChatId(String ChatId)Set 对话的 ID,用于唯一标识一轮对话
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPrompt(String Prompt)Set 原始输入的 Prompt 文本
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setRevisedPrompt(String RevisedPrompt)Set 扩写后的 Prompt 文本
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setSeed(Long Seed)Set 生成图的随机种子
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 History()
public History(History source)
public String getChatId()
public void setChatId(String ChatId)
ChatId - 对话的 ID,用于唯一标识一轮对话
注意:此字段可能返回 null,表示取不到有效值。public String getPrompt()
public void setPrompt(String Prompt)
Prompt - 原始输入的 Prompt 文本
注意:此字段可能返回 null,表示取不到有效值。public String getRevisedPrompt()
public void setRevisedPrompt(String RevisedPrompt)
RevisedPrompt - 扩写后的 Prompt 文本
注意:此字段可能返回 null,表示取不到有效值。public Long getSeed()
public void setSeed(Long Seed)
Seed - 生成图的随机种子
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.