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-04-17 UTC."],[[["This webpage details the `ImportUserEventsResponse` class within the `Google.Cloud.Retail.V2` namespace, specifically showcasing version 1.2.0."],["The `ImportUserEventsResponse` class is a response message for the `ImportUserEventsRequest` when the long-running operation is successful, as part of the google.longrunning.Operations."],["This class includes properties such as `ErrorSamples`, `ErrorsConfig`, and `ImportSummary`, providing details on errors, error configuration, and aggregated statistics of the user event import status."],["The page documents multiple versions of the class, from 1.0.0 up to the latest version, 2.12.0, each with a link to its respective documentation."],["The class inherits from Object and implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, with inherited methods listed at the bottom of the page."]]],[]]