public class AgentProcedure extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AgentProcedure()  | 
AgentProcedure(AgentProcedure 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 | 
getAgentIcon()
Get Icon of Agent. 
 | 
AgentProcedureDebugging | 
getDebugging()
Get Agent debugging information. 
 | 
Long | 
getElapsed()
Get Current request execution time, in milliseconds. 
 | 
String | 
getIcon()
Get Icon. 
 | 
Long | 
getIndex()
Get Index. 
 | 
String | 
getName()
Get English name of the execution process. 
 | 
String | 
getNodeName()
Get Workflow node name. 
 | 
Long | 
getReplyIndex()
Get Used to display in which reply bubble the thoughts are placed. 
 | 
String | 
getSourceAgentName()
Get Main agent. 
 | 
String | 
getStatus()
Get Status constant: processing; success; failed. 
 | 
String | 
getSwitch()
Get Whether to switch to Agent. 
 | 
String | 
getTargetAgentName()
Get Registration agent. 
 | 
String | 
getTitle()
Get Chinese name for display. 
 | 
String | 
getWorkflowName()
Get Workflow name. 
 | 
void | 
setAgentIcon(String AgentIcon)
Set Icon of Agent. 
 | 
void | 
setDebugging(AgentProcedureDebugging Debugging)
Set Agent debugging information. 
 | 
void | 
setElapsed(Long Elapsed)
Set Current request execution time, in milliseconds. 
 | 
void | 
setIcon(String Icon)
Set Icon. 
 | 
void | 
setIndex(Long Index)
Set Index. 
 | 
void | 
setName(String Name)
Set English name of the execution process. 
 | 
void | 
setNodeName(String NodeName)
Set Workflow node name. 
 | 
void | 
setReplyIndex(Long ReplyIndex)
Set Used to display in which reply bubble the thoughts are placed. 
 | 
void | 
setSourceAgentName(String SourceAgentName)
Set Main agent. 
 | 
void | 
setStatus(String Status)
Set Status constant: processing; success; failed. 
 | 
void | 
setSwitch(String Switch)
Set Whether to switch to Agent. 
 | 
void | 
setTargetAgentName(String TargetAgentName)
Set Registration agent. 
 | 
void | 
setTitle(String Title)
Set Chinese name for display. 
 | 
void | 
setWorkflowName(String WorkflowName)
Set Workflow name. 
 | 
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 AgentProcedure()
public AgentProcedure(AgentProcedure source)
public Long getIndex()
public void setIndex(Long Index)
Index - Index.public String getName()
public void setName(String Name)
Name - English name of the execution process.public String getTitle()
public void setTitle(String Title)
Title - Chinese name for display.public String getStatus()
public void setStatus(String Status)
Status - Status constant: processing; success; failed.public String getIcon()
public void setIcon(String Icon)
Icon - Icon.public AgentProcedureDebugging getDebugging()
public void setDebugging(AgentProcedureDebugging Debugging)
Debugging - Agent debugging information.public String getSwitch()
public void setSwitch(String Switch)
Switch - Whether to switch to Agent. The value can be "main" or "workflow". Leave it blank for no switch.public String getWorkflowName()
public void setWorkflowName(String WorkflowName)
WorkflowName - Workflow name.public Long getElapsed()
public void setElapsed(Long Elapsed)
Elapsed - Current request execution time, in milliseconds.public String getNodeName()
public void setNodeName(String NodeName)
NodeName - Workflow node name.public Long getReplyIndex()
public void setReplyIndex(Long ReplyIndex)
ReplyIndex - Used to display in which reply bubble the thoughts are placed.public String getSourceAgentName()
public void setSourceAgentName(String SourceAgentName)
SourceAgentName - Main agent.public String getTargetAgentName()
public void setTargetAgentName(String TargetAgentName)
TargetAgentName - Registration agent.public String getAgentIcon()
public void setAgentIcon(String AgentIcon)
AgentIcon - Icon of Agent.Copyright © 2025. All rights reserved.