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 webpage provides reference documentation for the `ImportUserEventsResponse` class within the Google Cloud Retail v2 API, specifically for version 2.9.0."],["The `ImportUserEventsResponse` class is part of the `Google.Cloud.Retail.V2` namespace and is used to represent the response to an `ImportUserEventsRequest`, indicating the outcome of the operation."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its integration with protocol buffer and .NET functionalities."],["The documentation lists several previous versions, including the latest version 2.12.0 and down to 1.0.0, all of which provide the `ImportUserEventsResponse` functionality."],["The response includes properties such as `ErrorSamples`, `ErrorsConfig`, and `ImportSummary`, providing detailed information on any errors encountered, destination for errors, and overall statistics of user event import."]]],[]]