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