public class AgentInput extends AbstractModel
header, skipSign
Constructor and Description |
---|
AgentInput() |
AgentInput(AgentInput 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 |
getCustomVarId()
Get 自定义变量(API参数)
|
Long |
getInputType()
Get 输入来源类型:0 用户输入,3 自定义变量(API参数)
|
AgentInputUserInputValue |
getUserInputValue()
Get 用户手写输入
|
void |
setCustomVarId(String CustomVarId)
Set 自定义变量(API参数)
|
void |
setInputType(Long InputType)
Set 输入来源类型:0 用户输入,3 自定义变量(API参数)
|
void |
setUserInputValue(AgentInputUserInputValue UserInputValue)
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, toJsonString
public AgentInput()
public AgentInput(AgentInput source)
public Long getInputType()
public void setInputType(Long InputType)
InputType
- 输入来源类型:0 用户输入,3 自定义变量(API参数)public AgentInputUserInputValue getUserInputValue()
public void setUserInputValue(AgentInputUserInputValue UserInputValue)
UserInputValue
- 用户手写输入public String getCustomVarId()
public void setCustomVarId(String CustomVarId)
CustomVarId
- 自定义变量(API参数)Copyright © 2025. All rights reserved.