forked from IBM/watson-banking-chatbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprint.json
57 lines (57 loc) · 1.63 KB
/
blueprint.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
55
56
57
{
"appIconURL": "blueprint/appicon.svg",
"description": "Use Node.js and Watson to detect emotion, identify entities, and discover answers",
"email": "cloud@us.ibm.com",
"generatorOptions": {
"generator-git-starterkit-credentials-builder": {
"scope": "@arf",
"version": "0.x.x"
},
"generator-ibm-cloud-enablement": {
"options": {
"port": "3000"
},
"version": "0.8.x"
},
"generator-ibm-service-enablement": {
"version": "0.6.4"
},
"generator-starterkit-content-downloader": {
"scope": "@arf",
"version": "0.x.x"
}
},
"generators": {
"node": [
"generator-starterkit-content-downloader",
"generator-ibm-cloud-enablement",
"generator-ibm-service-enablement",
"generator-git-starterkit-credentials-builder"
]
},
"name": "Create a cognitive banking chatbot",
"previewURLs": [],
"requiredCapabilities": [
"conversation",
"discovery",
"naturalLanguageUnderstanding",
"toneAnalyzer"
],
"requiredCapabilitiesURLs": {
"conversation": "https://console.bluemix.net/catalog/services/conversation",
"discovery": "https://console.bluemix.net/catalog/services/discovery",
"naturalLanguageUnderstanding": "https://console.bluemix.net/catalog/services/natural-language-understanding",
"toneAnalyzer": "https://console.bluemix.net/catalog/services/tone-analyzer"
},
"servicePlans": {
"conversation": "free",
"discovery": "lite",
"naturalLanguageUnderstanding": "free",
"toneAnalyzer": "lite"
},
"tags": [
"watson"
],
"thumbnailURL": "blueprint/thumbnail.svg",
"type": "WEB"
}