OBJECT

InsightUserFeedback

Insight related user feedback output object

link GraphQL Schema definition

  • type InsightUserFeedback {
  • # Additional textual feedback from the user
  • additionalFeedback: String
  • # Specific feedback regarding summary, suggested solution and correlation
  • # observation to the insight
  • feedbacks: [String!]
  • # If insight was helpful or not
  • isHelpful: Boolean!
  • # User which submitted the feedback
  • user: User!
  • }