public sealed class CatalogInlineSource : IMessage<CatalogInlineSource>, IEquatable<CatalogInlineSource>, IDeepCloneable<CatalogInlineSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class CatalogInlineSource.
The inline source for the input config for ImportCatalogItems method.
[[["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-05-02 UTC."],[[["The latest version of the `CatalogInlineSource` class is 2.0.0-beta06, with previous versions including 2.0.0-beta05 and 1.0.0-beta03 available for reference."],["`CatalogInlineSource` is a class within the Recommendations AI v1beta1 API, used as an inline source for catalog items when using the `ImportCatalogItems` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["`CatalogInlineSource` has a property called `CatalogItems` which is a `RepeatedField` list of `CatalogItem` objects, representing the list of items to update or create, with a recommended maximum of 10,000 items."]]],[]]