Commit 7aca05cb by 张蕴鹏

feat(intent): 添加用例

parent 75edf62c
Showing with 8 additions and 1 deletions
...@@ -160,11 +160,18 @@ ...@@ -160,11 +160,18 @@
"name": "executeAction", "name": "executeAction",
"label": "intent-插入", "label": "intent-插入",
"container": "dialog", "container": "dialog",
"model": "Example1",
"action": "execute", "action": "execute",
"parameters": { "parameters": {
"actionName": "insert", "actionName": "insert",
"parameters": { "parameters": {
"inputs":[] "inputs":[{
"label": "name",
"property": "name",
"default_value": "'zhangsan'",
"type": "text"
}
]
} }
} }
}, },
......
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