Skip to content

Commit fb9d6f7

Browse files
committed
fixed specification page to match intake form
1 parent 42e046f commit fb9d6f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/config/projectQuestions/ibm_chatbot.v1.0.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@ const sections = [
6464
{value: 'false', title: 'No'},
6565
]
6666
},
67+
6768
{
6869
icon: 'question',
70+
required: true,
6971
title: 'Do you have an existing IBM Bluemix account?',
7072
description: '',
7173
type: 'radio-group',
@@ -77,7 +79,6 @@ const sections = [
7779
},
7880
{
7981
icon: 'question',
80-
required: true,
8182
title: 'What capabilities does the chatbot need to support?',
8283
description: '',
8384
type: 'checkbox-group',
@@ -95,7 +96,7 @@ const sections = [
9596
{
9697
icon: 'question',
9798
required: true,
98-
title: 'Do you have any example agent conversations you can provide? If so, please paste them or any links to documents below (you’ll be able to upload documents later).',
99+
title: 'Will the chatbot need to access data from any systems to support the capabilities you listed above? If so, please list the systems below. (Change to text box)',
99100
description: '',
100101
type: 'textbox',
101102
fieldName: 'details.appDefinition.integrationSystems'

0 commit comments

Comments
 (0)