@@ -68,6 +68,25 @@ const sections = [
6868 { value : 'false' , label : 'No' }
6969 ]
7070 } ,
71+ {
72+ icon : 'question' ,
73+ required : true ,
74+ title : 'Does your organization currently have a chatbot?' ,
75+ description : '' ,
76+ type : 'radio-group' ,
77+ fieldName : 'details.appDefinition.hasChatbot' ,
78+ options : [
79+ { value : 'true' , label : 'Yes' } ,
80+ { value : 'false' , label : 'No' }
81+ ]
82+ } ,
83+ {
84+ icon : 'question' ,
85+ title : 'If yes, can you provide some brief specifics about your current chatbot?' ,
86+ description : '' ,
87+ type : 'textbox' ,
88+ fieldName : 'details.appDefinition.existingChatbotDesc'
89+ } ,
7190 {
7291 icon : 'question' ,
7392 title : 'What capabilities does the chatbot need to support?' ,
@@ -179,6 +198,25 @@ export const basicSections = [
179198 { value : 'false' , label : 'No' }
180199 ]
181200 } ,
201+ {
202+ icon : 'question' ,
203+ required : true ,
204+ title : 'Does your organization currently have a chatbot?' ,
205+ description : '' ,
206+ type : 'radio-group' ,
207+ fieldName : 'details.appDefinition.hasChatbot' ,
208+ options : [
209+ { value : 'true' , label : 'Yes' } ,
210+ { value : 'false' , label : 'No' }
211+ ]
212+ } ,
213+ {
214+ icon : 'question' ,
215+ title : 'If yes, can you provide some brief specifics about your current chatbot?' ,
216+ description : '' ,
217+ type : 'textbox' ,
218+ fieldName : 'details.appDefinition.existingChatbotDesc'
219+ } ,
182220 {
183221 icon : 'question' ,
184222 required : true ,
0 commit comments