@@ -74,7 +74,7 @@ const sections = [
7474 title : 'Does your organization currently have a chatbot?' ,
7575 description : '' ,
7676 type : 'radio-group' ,
77- fieldName : 'details.appDefinition.hasChatBot ' ,
77+ fieldName : 'details.appDefinition.hasChatbot ' ,
7878 options : [
7979 { value : 'true' , label : 'Yes' } ,
8080 { value : 'false' , label : 'No' }
@@ -85,7 +85,7 @@ const sections = [
8585 title : 'If yes, can you provide some brief specifics about your current chatbot?' ,
8686 description : '' ,
8787 type : 'textbox' ,
88- fieldName : 'details.appDefinition.chatBotBrief '
88+ fieldName : 'details.appDefinition.existingChatbotDesc '
8989 } ,
9090 {
9191 icon : 'question' ,
@@ -204,7 +204,7 @@ export const basicSections = [
204204 title : 'Does your organization currently have a chatbot?' ,
205205 description : '' ,
206206 type : 'radio-group' ,
207- fieldName : 'details.appDefinition.hasChatBot ' ,
207+ fieldName : 'details.appDefinition.hasChatbot ' ,
208208 options : [
209209 { value : 'true' , label : 'Yes' } ,
210210 { value : 'false' , label : 'No' }
@@ -215,7 +215,7 @@ export const basicSections = [
215215 title : 'If yes, can you provide some brief specifics about your current chatbot?' ,
216216 description : '' ,
217217 type : 'textbox' ,
218- fieldName : 'details.appDefinition.chatBotBrief '
218+ fieldName : 'details.appDefinition.existingChatbotDesc '
219219 } ,
220220 {
221221 icon : 'question' ,
0 commit comments