public sealed class CreateCatalogItemRequest : IMessage<CreateCatalogItemRequest>, IEquatable<CreateCatalogItemRequest>, IDeepCloneable<CreateCatalogItemRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class CreateCatalogItemRequest.
[[["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."],[[["The `CreateCatalogItemRequest` class is used to send requests for creating catalog items in the Recommendations AI v1beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `CreateCatalogItemRequest` requires specifying the `Parent` resource name, which represents the parent catalog, and the `CatalogItem`, which is the item to be created."],["There are two constructors for `CreateCatalogItemRequest`: a default constructor and one that takes another `CreateCatalogItemRequest` object as a parameter for copying."],["The latest version available in this document is `2.0.0-beta06`, and previous version `2.0.0-beta05` and `1.0.0-beta03` are available for use."]]],[]]