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"]],[["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."],[[["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."]]],[]]