OBJECT
SatisfactionSurveyResponse
link GraphQL Schema definition
- type SatisfactionSurveyResponse {
- # Responses of customer satisfaction question
- : Int
- # Responses of net promoter score question
- : Int
- # Responses of free comment question
- : String
- # Related conversation
- : SatisfactionConversation!
- }