public class SummaryConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SummaryConfig() | 
| SummaryConfig(SummaryConfig 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 | getGreeting()Get 欢迎语,200字符以内
注意:此字段可能返回 null,表示取不到有效值。 | 
| AppModel | getModel()Get 模型配置
注意:此字段可能返回 null,表示取不到有效值。 | 
| SummaryOutput | getOutput()Get 知识摘要输出配置
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setGreeting(String Greeting)Set 欢迎语,200字符以内
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setModel(AppModel Model)Set 模型配置
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setOutput(SummaryOutput Output)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 SummaryConfig()
public SummaryConfig(SummaryConfig source)
public AppModel getModel()
public void setModel(AppModel Model)
Model - 模型配置
注意:此字段可能返回 null,表示取不到有效值。public SummaryOutput getOutput()
public void setOutput(SummaryOutput Output)
Output - 知识摘要输出配置
注意:此字段可能返回 null,表示取不到有效值。public String getGreeting()
public void setGreeting(String Greeting)
Greeting - 欢迎语,200字符以内
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.