public class AgentInputSystemVariable extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AgentInputSystemVariable() | 
| AgentInputSystemVariable(AgentInputSystemVariable 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 | 
|---|---|
| Long | getDialogHistoryLimit()Get 对话历史轮数的配置;如果Input是系统变量中的“对话历史”时才使用; | 
| String | getName()Get 系统参数名 | 
| void | setDialogHistoryLimit(Long DialogHistoryLimit)Set 对话历史轮数的配置;如果Input是系统变量中的“对话历史”时才使用; | 
| void | setName(String Name)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 AgentInputSystemVariable()
public AgentInputSystemVariable(AgentInputSystemVariable source)
public String getName()
public void setName(String Name)
Name - 系统参数名public Long getDialogHistoryLimit()
public void setDialogHistoryLimit(Long DialogHistoryLimit)
DialogHistoryLimit - 对话历史轮数的配置;如果Input是系统变量中的“对话历史”时才使用;Copyright © 2025. All rights reserved.