Interface Recommendation.Builder

  • Method Details

    • type

      The recommendation source type. Known values: OpportunityQuality, SolutionRecommendation, SpecialistRecommendation.

      Parameters:
      type - The recommendation source type. Known values: OpportunityQuality, SolutionRecommendation, SpecialistRecommendation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • details

      Recommendation.Builder details(String details)

      Human-readable recommendation text from this source.

      Parameters:
      details - Human-readable recommendation text from this source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attributes

      Recommendation.Builder attributes(Map<String,String> attributes)

      Source-specific metadata as key-value pairs.

      Parameters:
      attributes - Source-specific metadata as key-value pairs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.