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 Task flow name.
|
String[] |
getPurposes()
Get Intent determination.
|
RunNodeInfo[] |
getRunNodes()
Get Node list.
|
ValueInfo[] |
getUpdatedSlotValues()
Get Entity list.
|
void |
setIntentName(String IntentName)
Set Task flow name.
|
void |
setPurposes(String[] Purposes)
Set Intent determination.
|
void |
setRunNodes(RunNodeInfo[] RunNodes)
Set Node list.
|
void |
setUpdatedSlotValues(ValueInfo[] UpdatedSlotValues)
Set Entity list.
|
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 TaskFlowSummary()
public TaskFlowSummary(TaskFlowSummary source)
public String getIntentName()
public void setIntentName(String IntentName)
IntentName
- Task flow name.public ValueInfo[] getUpdatedSlotValues()
public void setUpdatedSlotValues(ValueInfo[] UpdatedSlotValues)
UpdatedSlotValues
- Entity list.public RunNodeInfo[] getRunNodes()
public void setRunNodes(RunNodeInfo[] RunNodes)
RunNodes
- Node list.public String[] getPurposes()
public void setPurposes(String[] Purposes)
Purposes
- Intent determination.Copyright © 2025. All rights reserved.