public sealed class Model.Types.FrequentlyBoughtTogetherFeaturesConfig : IMessage<Model.Types.FrequentlyBoughtTogetherFeaturesConfig>, IEquatable<Model.Types.FrequentlyBoughtTogetherFeaturesConfig>, IDeepCloneable<Model.Types.FrequentlyBoughtTogetherFeaturesConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class Model.Types.FrequentlyBoughtTogetherFeaturesConfig.
Additional configs for the frequently-bought-together model type.
public Model.Types.ContextProductsType ContextProductsType { get; set; }
Optional. Specifies the context of the model when it is used in predict
requests. Can only be set for the frequently-bought-together type. If
it isn't specified, it defaults to
[MULTIPLE_CONTEXT_PRODUCTS][google.cloud.retail.v2.Model.ContextProductsType.MULTIPLE_CONTEXT_PRODUCTS].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `FrequentlyBoughtTogetherFeaturesConfig` class within the Google Cloud Retail V2 API, specifically for the .NET environment."],["The `FrequentlyBoughtTogetherFeaturesConfig` class, used within the `Model.Types` namespace, enables the configuration of the frequently-bought-together model type for the API."],["The page lists all available versions of this class, ranging from version 1.0.0 to the latest 2.12.0, allowing users to view documentation for various releases."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message management, equality checks, deep cloning, and buffer message handling."],["The class provides a property named `ContextProductsType` which allows the specification of the context of the frequently-bought-together model, defaulting to `MULTIPLE_CONTEXT_PRODUCTS` if not set."]]],[]]