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."],[[["The latest version of the `ImportUserEventsResponse` is 2.12.0, but there are multiple older versions available ranging from 2.11.0 down to 1.0.0."],["`ImportUserEventsResponse` is a class that returns the response of the `ImportUserEventsRequest`, and it's part of the `Google.Cloud.Retail.V2` namespace."],["This class inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ImportUserEventsResponse` contains properties such as `ErrorSamples`, `ErrorsConfig`, and `ImportSummary`, which provide information about errors encountered during the request, error destinations, and user event import status, respectively."],["The Class has two constructors: one empty and one that accept an `ImportUserEventsResponse` to copy it."]]],[]]