public sealed class ImportCatalogItemsResponse : IMessage<ImportCatalogItemsResponse>, IEquatable<ImportCatalogItemsResponse>, IDeepCloneable<ImportCatalogItemsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class ImportCatalogItemsResponse.
Response of the ImportCatalogItemsRequest. If the long running
operation is done, then this message is returned by the
google.longrunning.Operations.response field if the operation was successful.
[[["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-04-02 UTC."],[[["The latest version of the `ImportCatalogItemsResponse` class is 2.0.0-beta06, found within the Google.Cloud.RecommendationEngine.V1Beta1 namespace."],["`ImportCatalogItemsResponse` is a class that represents the response of the `ImportCatalogItemsRequest` within the Recommendations AI v1beta1 API."],["This class inherits from the base `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `ErrorSamples`, which provides a sample of errors encountered during the request, and `ErrorsConfig`, which indicates where to find the full set of errors."],["There are two constructors available: a parameterless constructor, and one that takes another `ImportCatalogItemsResponse` object as a parameter for creating a new instance based off the passed instance."]]],[]]