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
- String! :
- # Assessment for which this recommendation exists
- 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.
- LocalizedString :
- # Global opaque identifier to meet Node contract
- ID! :
- # Name of recommendation
- LocalizedString! :
- }