public class TaskFlowInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TaskFlowInfo() | 
| TaskFlowInfo(TaskFlowInfo 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 | getHitIntent()Get Hit intent. | 
| String | getQueryRewrite()Get Rewrite results of query. | 
| String | getTaskFlowId()Get Task flow ID. | 
| String | getTaskFlowName()Get Task flow name. | 
| Long | getType()Get Task flow response type. | 
| void | setHitIntent(String HitIntent)Set Hit intent. | 
| void | setQueryRewrite(String QueryRewrite)Set Rewrite results of query. | 
| void | setTaskFlowId(String TaskFlowId)Set Task flow ID. | 
| void | setTaskFlowName(String TaskFlowName)Set Task flow name. | 
| void | setType(Long Type)Set Task flow response type. | 
| 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 TaskFlowInfo()
public TaskFlowInfo(TaskFlowInfo source)
public String getTaskFlowId()
public void setTaskFlowId(String TaskFlowId)
TaskFlowId - Task flow ID.public String getTaskFlowName()
public void setTaskFlowName(String TaskFlowName)
TaskFlowName - Task flow name.public String getQueryRewrite()
public void setQueryRewrite(String QueryRewrite)
QueryRewrite - Rewrite results of query.public String getHitIntent()
public void setHitIntent(String HitIntent)
HitIntent - Hit intent.public Long getType()
public void setType(Long Type)
Type - Task flow response type.
0: Task flow response.
1: Silent task flow.
2: Pull back script of workflow.
3: Custom response of task flow.Copyright © 2025. All rights reserved.