public sealed class ImportUserEventsResponse : IMessage<ImportUserEventsResponse>, IEquatable<ImportUserEventsResponse>, IDeepCloneable<ImportUserEventsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class ImportUserEventsResponse.
Response of the ImportUserEventsRequest. If the long running
operation was successful, 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-03-21 UTC."],[[["The latest version available for the `ImportUserEventsResponse` class is 2.12.0, with a range of versions available going back to version 1.0.0."],["`ImportUserEventsResponse` is a class within the Google.Cloud.Retail.V2 namespace, specifically part of the Retail v2 API, and is used to manage the response of the ImportUserEventsRequest."],["The class `ImportUserEventsResponse` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its extensive capabilities."],["The class has properties to handle errors and import summaries, as seen in the properties `ErrorSamples`, `ErrorsConfig`, and `ImportSummary`, allowing for detailed management of user event import operations."],["The `ImportUserEventsResponse` class provides two constructors: a default constructor and a copy constructor, which are used for creating new instances and cloning existing instances of this class respectively."]]],[]]