public sealed class WriteUserEventRequest : IMessage<WriteUserEventRequest>, IEquatable<WriteUserEventRequest>, IDeepCloneable<WriteUserEventRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class WriteUserEventRequest.
[[["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 a request message for the `WriteUserEvent` method within the Recommendations AI v1beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It includes properties for `Parent`, representing the event store resource name, `ParentAsEventStoreName`, offering a typed view of the parent resource name, and `UserEvent`, representing the user event to be written."],["The class has two constructors: a default one and one that takes another `WriteUserEventRequest` object as a parameter."],["The latest version available in the documentation is `2.0.0-beta06`, while `2.0.0-beta05` and `1.0.0-beta03` are also detailed."]]],[]]