public sealed class ImportUserEventsRequest : IMessage<ImportUserEventsRequest>, IEquatable<ImportUserEventsRequest>, IDeepCloneable<ImportUserEventsRequest>, IBufferMessage, IMessage
[[["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 `ImportUserEventsRequest` class within the `Google.Cloud.Retail.V2` namespace, used for requesting the import of user events."],["The latest version of `ImportUserEventsRequest` is 2.12.0, with numerous previous versions available, ranging from 1.0.0 to 2.11.0."],["The `ImportUserEventsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ImportUserEventsRequest` include `ErrorsConfig`, `InputConfig`, and `Parent`, which manage error locations, input data, and project location, respectively."],["The class has two constructors, one default constructor `ImportUserEventsRequest()` and another that accepts an `ImportUserEventsRequest` object as a parameter for copying purposes `ImportUserEventsRequest(ImportUserEventsRequest other)`."]]],[]]