We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6504ba9 commit 82f38d6Copy full SHA for 82f38d6
src/config/projectSpecification/typeToSpecification.json
@@ -7,6 +7,6 @@
7
"visual_prototype": "app_dev.v1.0",
8
"website_development": "app_dev.v1.0",
9
"application_development": "app_dev.v1.0",
10
- "ibm_chatbot": "ibm_chatbot.v1.0",
+ "watson_chatbot": "ibm_chatbot.v1.0",
11
"generic_dev": "app_dev.v1.0"
12
}
src/config/projectWizard/index.js
@@ -66,11 +66,11 @@ const products = {
66
icon: 'product-app',
67
id: 'application_development'
68
},
69
- 'IBM Chatbot': {
70
- brief: 'IBM Chatbot',
+ 'Watson Chatbot': {
+ brief: 'Watson Chatbot',
71
details: 'Build Chatbot using IBM Watson',
72
icon: 'product-chatbot',
73
- id: 'ibm_chatbot',
+ id: 'watson_chatbot',
74
hidden: true
75
76
'Software Development': {
0 commit comments