From c853612580ae38e87132f264caeea80e670ceded Mon Sep 17 00:00:00 2001 From: Dee Luo <79488570+dee-luo@users.noreply.github.com> Date: Wed, 15 Jul 2026 18:13:31 -0400 Subject: [PATCH] Update survey questions and attributes in JSON --- .../ca-v1/insights/postSurvey.private.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/assets/formDefinitions/ca-v1/insights/postSurvey.private.json b/assets/formDefinitions/ca-v1/insights/postSurvey.private.json index f8e9fc10..805dcc76 100644 --- a/assets/formDefinitions/ca-v1/insights/postSurvey.private.json +++ b/assets/formDefinitions/ca-v1/insights/postSurvey.private.json @@ -6,17 +6,27 @@ }, { "insightsObject": "conversations", - "attributeName": "conversation_attribute_10", - "questions": ["wouldRecommend"] + "attributeName": "in_business_hours", + "questions": ["feelBetter"] }, { "insightsObject": "conversations", "attributeName": "followed_by", - "questions": ["supportNeeds"] + "questions": ["contactAgain"] }, { "insightsObject": "conversations", "attributeName": "preceded_by", - "questions": ["shareResponse"] + "questions": ["wasRespected"] + }, + { + "insightsObject": "conversations", + "attributeName": "language", + "questions": ["age"] + }, + { + "insightsObject": "conversations", + "attributeName": "content", + "questions": ["identity"] } ]