INTERFACE

ArtifactAssessmentRecommendation

An assessment may lead to one or more recommendations contributing to other tanzu hub products upsell.

link GraphQL Schema definition

  • interface ArtifactAssessmentRecommendation {
  • # Domain-specific artifact assessment recommendation instance identifier
  • artifactAssessmentRecommendationId: String!
  • # Assessment for which this recommendation exists
  • assessment: ArtifactAssessment!
  • # Description of Recommendation.
  • # This will be represented as HTML element as we may need to showcase specific
  • # words as hyperlinks in recommendation description,
  • # offering users the ability to access Tanzu product subscription link by clicking
  • # on those designated words.
  • description: LocalizedString
  • # Global opaque identifier to meet Node contract
  • id: ID!
  • # Name of recommendation
  • name: LocalizedString!
  • }