public sealed class WriteUserEventRequest : IMessage<WriteUserEventRequest>, IEquatable<WriteUserEventRequest>, IDeepCloneable<WriteUserEventRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `WriteUserEventRequest` class is used as a request message for the `WriteUserEvent` method within the Google Cloud Retail API."],["This class has been implemented in multiple versions, with 2.12.0 being the latest, and supports versions from 1.0.0 to 2.12.0."],["The `WriteUserEventRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It requires two key properties: `Parent`, which is the catalog resource name, and `UserEvent`, which specifies the user event data to be written."],["The `WriteUserEventRequest` class offers two constructors: a default one and another one that accepts another `WriteUserEventRequest` object as a parameter."]]],[]]