forked from javaos74/KBDemoChatbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.json
54 lines (54 loc) · 1.52 KB
/
project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "등기부등본열람",
"description": "Chatbot/DialogFlow/Line & IROS ",
"main": "Main.xaml",
"dependencies": {
"ClovaSpeechActivities": "1.0.13",
"UiPath.ComputerVision.Activities": "1.0.1",
"UiPath.Excel.Activities": "[2.5.3]",
"UiPath.Mail.Activities": "[1.4.0]",
"UiPath.PDF.Activities": "2.0.0",
"UiPath.System.Activities": "[19.4.0]",
"UiPath.UIAutomation.Activities": "[19.4.1]"
},
"schemaVersion": "3.2",
"studioVersion": "19.4.2.0",
"projectVersion": "1.0.11",
"runtimeOptions": {
"autoDispose": false,
"isPausable": true,
"excludedLoggedData": [
"Private:*",
"*password*"
]
},
"projectType": "Workflow",
"libraryOptions": {
"includeOriginalXaml": false,
"privateWorkflows": []
},
"arguments": {
"input": [
{
"name": "in_Type",
"type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"required": false,
"hasDefault": true
},
{
"name": "in_Address",
"type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"required": false,
"hasDefault": true
},
{
"name": "out_Summary",
"type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"required": false,
"hasDefault": false
}
],
"output": []
},
"webServices": []
}