C# Class BuildIt.CognitiveServices.Models.RecommendedItemSetInfo

Holds a recommendation result, which is a set of recommended items with reasoning and rating/score.
Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method Description
RecommendedItemSetInfo ( ) : System.Linq

Initializes a new instance of the RecommendedItemSetInfo class.

RecommendedItemSetInfo ( System items = default(System.Collections.Generic.IList<RecommendedItemInfo>), double rating = default(double?), System reasoning = default(System.Collections.Generic.IList<string>) ) : System.Linq

Initializes a new instance of the RecommendedItemSetInfo class.

Method Details

RecommendedItemSetInfo() public method

Initializes a new instance of the RecommendedItemSetInfo class.
public RecommendedItemSetInfo ( ) : System.Linq
return System.Linq

RecommendedItemSetInfo() public method

Initializes a new instance of the RecommendedItemSetInfo class.
public RecommendedItemSetInfo ( System items = default(System.Collections.Generic.IList<RecommendedItemInfo>), double rating = default(double?), System reasoning = default(System.Collections.Generic.IList<string>) ) : System.Linq
items System List of recommended items
rating double Rating/score for this recommendation
reasoning System Reasoning/explanation about recommended /// items.
return System.Linq