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-03-21 UTC."],[[["The `WriteUserEventRequest` class is used to send requests for the `WriteUserEvent` method in the Google Cloud Recommendation Engine API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enable message handling, equality comparisons, deep cloning, and buffer operations."],["`WriteUserEventRequest` has properties `Parent`, `ParentAsEventStoreName`, and `UserEvent`, used to specify the parent event store, the parent event store name as a type, and the user event to be written, respectively."],["The class is part of the `Google.Cloud.RecommendationEngine.V1Beta1` namespace, contained in the `Google.Cloud.RecommendationEngine.V1Beta1.dll` assembly, and is available in version 1.0.0-beta03."]]],[]]