Commit d6192615 by 张蕴鹏

intent

parent 3f8e2e55
Showing with 56 additions and 0 deletions
......@@ -157,6 +157,34 @@
],
"intentDefs": [
{
"name": "executeActionOther1",
"label": "intent-更新-调用本身",
"container": "dialog",
"action": "execute",
"parameters": {
"actionName": "update",
"parameters": {
"inputs":[
]
}
}
},
{
"name": "executeActionOther",
"label": "intent-更新-调用其他模型",
"container": "dialog",
"model": "example_url",
"action": "execute",
"parameters": {
"id": "1",
"actionName": "update",
"parameters": {
"inputs":[
]
}
}
},
{
"name": "executeAction",
"label": "intent-插入",
"container": "dialog",
......@@ -543,6 +571,8 @@
"startPlanTask"
],
"rowIntents": [
"executeActionOther1",
"executeActionOther",
"showDetail",
"openSideWorkflowDetail",
"addRemark",
......@@ -575,9 +605,13 @@
}
],
"intents": [
"executeActionOther",
"executeAction",
"showList",
"showWorkflowList"
],
"actions": [
"insert"
]
},
{
......@@ -598,6 +632,15 @@
"label": "name",
"template": "{name}"
}
],
"intents": [
"executeActionOther",
"executeAction",
"showList",
"showWorkflowList"
],
"actions": [
]
}
],
......@@ -741,6 +784,19 @@
]
}
]
},
{
"name": "page2",
"label": "列表",
"list": {
"name": "Example1",
"list_name": "",
"prefilters": [
]
},
"sections": [
]
}
]
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment