OBJECT
type SatisfactionSurvey {# Response to customer satisfaction question between 1 to 5customerSatisfaction: Int # Response to net promoter score question between 0 to 10netPromoterScore: Int # Visitor's conversation commentcomment: String }