Commit 607ef571 by 张蕴鹏

feat(intent): 添加用例

parent 74e4d7f3
Showing with 7 additions and 0 deletions
...@@ -157,6 +157,12 @@ ...@@ -157,6 +157,12 @@
], ],
"intentDefs": [ "intentDefs": [
{ {
"name": "executeAction",
"label": "intent-插入",
"container": "dialog",
"action": "execute"
},
{
"name": "showLogList", "name": "showLogList",
"label": "intent-日志列表", "label": "intent-日志列表",
"container": "dialog", "container": "dialog",
...@@ -531,6 +537,7 @@ ...@@ -531,6 +537,7 @@
"showLogList" "showLogList"
], ],
"intents": [ "intents": [
"executeAction",
"showList", "showList",
"showWorkflowList" "showWorkflowList"
], ],
......
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