You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// iterate over all seeAttached type fields to check
9
+
// if any see attached is checked.
10
+
return_.some(_.map(
11
+
_.map(fields,'fieldName'),
12
+
fn=>_.get(project,`${fn}.seeAttached`)
13
+
))
14
+
}
15
+
16
+
constsections=[
17
+
{
18
+
id: 'appDefinition',
19
+
title: (project,showProduct)=>{
20
+
constproduct=_.get(project,'details.products[0]')
21
+
if(showProduct&&product){
22
+
constprd=findProduct(product)
23
+
if(prd)returnprd
24
+
}
25
+
return'Definition'
26
+
},
27
+
required: true,
28
+
description: 'Please answer a few basic questions about your project. You can also provide the needed information in a supporting document--add a link in the notes section or upload it below.',
29
+
subSections: [
30
+
{
31
+
id: 'projectName',
32
+
required: true,
33
+
validationError: 'Please provide a name for your project',
34
+
fieldName: 'name',
35
+
description: '',
36
+
title: 'Project Name',
37
+
type: 'project-name'
38
+
},
39
+
{
40
+
id: 'questions',
41
+
required: true,
42
+
hideTitle: true,
43
+
title: 'Questions',
44
+
description: '',
45
+
type: 'questions',
46
+
questions: [
47
+
{
48
+
icon: 'question',
49
+
title: 'Are you an existing Watson Virtual Assistant customer?',
description: 'Add any other important information regarding your project (e.g., links to documents or existing applications, budget or timing constraints)',
description: 'Please answer a few basic questions about your project and, as an option, add links to supporting documents in the “Notes” section. If you have any files to upload, you’ll be able to do so later.',
155
+
subSections: [
156
+
{
157
+
id: 'projectName',
158
+
required: true,
159
+
validationError: 'Please provide a name for your project',
160
+
fieldName: 'name',
161
+
description: '',
162
+
title: 'Project Name',
163
+
type: 'project-name'
164
+
},
165
+
{
166
+
id: 'questions',
167
+
required: true,
168
+
hideTitle: true,
169
+
title: 'Questions',
170
+
description: '',
171
+
type: 'questions',
172
+
questions: [
173
+
{
174
+
id: 'projectInfo',
175
+
required: true,
176
+
fieldName: 'description',
177
+
description: 'Brief Description',
178
+
title: 'Description',
179
+
type: 'textbox'
180
+
},
181
+
{
182
+
icon: 'question',
183
+
required: true,
184
+
title: 'Are you an existing Watson Virtual Assistant customer?',
{value: 'custom',label: 'Custom (please explain in the Notes)'}
220
+
],
221
+
},
222
+
{
223
+
icon: 'question',
224
+
required: true,
225
+
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)',
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).',
title: 'Are you planning to transfer conversations to human agents? If so, please list the agents’ communication tools (e.g., Slack, LiveAgent, Intercom, etc.)',
description: 'Add any other important information regarding your project (e.g., links to documents or existing applications, budget or timing constraints)',
0 commit comments