public class TaskFlowSummary extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TaskFlowSummary() | 
| TaskFlowSummary(TaskFlowSummary 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 | getIntentName()Get 任务流程名
注意:此字段可能返回 null,表示取不到有效值。 | 
| String[] | getPurposes()Get 意图判断
注意:此字段可能返回 null,表示取不到有效值。 | 
| RunNodeInfo[] | getRunNodes()Get 节点列表
注意:此字段可能返回 null,表示取不到有效值。 | 
| ValueInfo[] | getUpdatedSlotValues()Get 实体列表
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setIntentName(String IntentName)Set 任务流程名
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPurposes(String[] Purposes)Set 意图判断
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setRunNodes(RunNodeInfo[] RunNodes)Set 节点列表
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setUpdatedSlotValues(ValueInfo[] UpdatedSlotValues)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 TaskFlowSummary()
public TaskFlowSummary(TaskFlowSummary source)
public String getIntentName()
public void setIntentName(String IntentName)
IntentName - 任务流程名
注意:此字段可能返回 null,表示取不到有效值。public ValueInfo[] getUpdatedSlotValues()
public void setUpdatedSlotValues(ValueInfo[] UpdatedSlotValues)
UpdatedSlotValues - 实体列表
注意:此字段可能返回 null,表示取不到有效值。public RunNodeInfo[] getRunNodes()
public void setRunNodes(RunNodeInfo[] RunNodes)
RunNodes - 节点列表
注意:此字段可能返回 null,表示取不到有效值。public String[] getPurposes()
public void setPurposes(String[] Purposes)
Purposes - 意图判断
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.