OBJECT

SatisfactionSurveyResponse

link GraphQL Schema definition

  • type SatisfactionSurveyResponse {
  • # Responses of customer satisfaction question
  • customerSatisfaction: Int
  • # Responses of net promoter score question
  • netPromoterScore: Int
  • # Responses of free comment question
  • satisfactionComment: String
  • # Related conversation
  • conversation: SatisfactionConversation!
  • }