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."],[[["This page provides documentation for the `ImportUserEventsResponse` class within the Google Cloud Retail V2 API, specifically for .NET."],["The latest version of the API documented is 2.12.0, with a list of available versions ranging from 1.0.0 to 2.12.0, while the current page is for version 2.5.0."],["`ImportUserEventsResponse` is used to handle responses from the `ImportUserEventsRequest` and provides details on the outcome of a long-running operation."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for handling, comparing, and cloning instances."],["It includes properties like `ErrorSamples`, `ErrorsConfig`, and `ImportSummary` to convey details about any errors encountered, the destination of error reports, and the aggregated status of the user event import, respectively."]]],[]]