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."],["Version 2.12.0 is the latest release, and the page provides links to documentation for numerous earlier versions, down to 1.0.0."],["The `WriteUserEventRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that accepts another `WriteUserEventRequest` object."],["The class has two main properties, `Parent`, which is a string representing the parent catalog resource name, and `UserEvent`, which is of type `UserEvent` and represents the user event to write."]]],[]]