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 webpage details the `WriteUserEventRequest` class, which is a request message for the `WriteUserEvent` method within the Google Cloud Retail V2 API."],["The `WriteUserEventRequest` class has been implemented to include several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page contains links to several previous versions of the document, from the latest version 2.12.0, all the way back to the 1.0.0 version of this class."],["The `WriteUserEventRequest` class has a constructor that accepts another `WriteUserEventRequest` object, and another constructor which is parameterless, along with two properties, `Parent` and `UserEvent`."],["The `Parent` property is a string representing the parent catalog resource name, while the `UserEvent` property is the user event to write."]]],[]]