Recommendations AI v1beta1 API - Class CatalogItem.Types.CategoryHierarchy (2.0.0-beta06)

public sealed class CatalogItem.Types.CategoryHierarchy : IMessage<CatalogItem.Types.CategoryHierarchy>, IEquatable<CatalogItem.Types.CategoryHierarchy>, IDeepCloneable<CatalogItem.Types.CategoryHierarchy>, IBufferMessage, IMessage

Reference documentation and code samples for the Recommendations AI v1beta1 API class CatalogItem.Types.CategoryHierarchy.

Category represents catalog item category hierarchy.

Inheritance

object > CatalogItem.Types.CategoryHierarchy

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

CategoryHierarchy()

public CategoryHierarchy()

CategoryHierarchy(CategoryHierarchy)

public CategoryHierarchy(CatalogItem.Types.CategoryHierarchy other)
Parameter
Name Description
other CatalogItemTypesCategoryHierarchy

Properties

Categories

public RepeatedField<string> Categories { get; }

Required. Catalog item categories. Each category should be a UTF-8 encoded string with a length limit of 2 KiB.

Note that the order in the list denotes the specificity (from least to most specific).

Property Value
Type Description
RepeatedFieldstring