Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
uniplat-example
/
intent-example
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d6192615
authored
Mar 31, 2022
by
张蕴鹏
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
intent
parent
3f8e2e55
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
56 additions
and
0 deletions
models/Example1.json
models/Example1.json
View file @
d6192615
...
@@ -157,6 +157,34 @@
...
@@ -157,6 +157,34 @@
],
],
"intentDefs"
:
[
"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"
,
"name"
:
"executeAction"
,
"label"
:
"intent-插入"
,
"label"
:
"intent-插入"
,
"container"
:
"dialog"
,
"container"
:
"dialog"
,
...
@@ -543,6 +571,8 @@
...
@@ -543,6 +571,8 @@
"startPlanTask"
"startPlanTask"
],
],
"rowIntents"
:
[
"rowIntents"
:
[
"executeActionOther1"
,
"executeActionOther"
,
"showDetail"
,
"showDetail"
,
"openSideWorkflowDetail"
,
"openSideWorkflowDetail"
,
"addRemark"
,
"addRemark"
,
...
@@ -575,9 +605,13 @@
...
@@ -575,9 +605,13 @@
}
}
],
],
"intents"
:
[
"intents"
:
[
"executeActionOther"
,
"executeAction"
,
"executeAction"
,
"showList"
,
"showList"
,
"showWorkflowList"
"showWorkflowList"
],
"actions"
:
[
"insert"
]
]
},
},
{
{
...
@@ -598,6 +632,15 @@
...
@@ -598,6 +632,15 @@
"label"
:
"name"
,
"label"
:
"name"
,
"template"
:
"{name}"
"template"
:
"{name}"
}
}
],
"intents"
:
[
"executeActionOther"
,
"executeAction"
,
"showList"
,
"showWorkflowList"
],
"actions"
:
[
]
]
}
}
],
],
...
@@ -741,6 +784,19 @@
...
@@ -741,6 +784,19 @@
]
]
}
}
]
]
},
{
"name"
:
"page2"
,
"label"
:
"列表"
,
"list"
:
{
"name"
:
"Example1"
,
"list_name"
:
""
,
"prefilters"
:
[
]
},
"sections"
:
[
]
}
}
]
]
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment