public sealed class ImportUserEventsResponse : IMessage<ImportUserEventsResponse>, IEquatable<ImportUserEventsResponse>, IDeepCloneable<ImportUserEventsResponse>, IBufferMessage, IMessage
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."],[[["This webpage details the `ImportUserEventsResponse` class within the Google.Cloud.Retail.V2 namespace, which is used to handle responses from `ImportUserEventsRequest` operations."],["The class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces for handling message operations, comparison, cloning, and buffering."],["The page provides a history of different versions available, from version 1.0.0 to the latest version 2.12.0."],["The `ImportUserEventsResponse` class includes properties like `ErrorSamples`, `ErrorsConfig`, and `ImportSummary` for managing error details and summarizing import status."],["The page shows the two constructors that are part of this class, `ImportUserEventsResponse()` and `ImportUserEventsResponse(ImportUserEventsResponse other)`."]]],[]]