public sealed class WriteUserEventRequest : IMessage<WriteUserEventRequest>, IEquatable<WriteUserEventRequest>, IDeepCloneable<WriteUserEventRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class WriteUserEventRequest.
If set to true, the user event will be written asynchronously after
validation, and the API will respond without waiting for the write.
Therefore, silent failures can occur even if the API returns success. In
case of silent failures, error messages can be found in Stackdriver logs.
[[["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 part of the Google Cloud Retail v2 API, with version 2.12.0 being the latest, and 2.7.0 being the version the page is specifically about."],["This class is used to send requests for the `WriteUserEvent` method and includes parameters such as `Parent`, `UserEvent`, and `WriteAsync`."],["The `WriteUserEventRequest` class inherits from the base `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `WriteUserEventRequest` class has two constructors: a default one and another that copies from another `WriteUserEventRequest` instance."],["The list shows the different versions of `WriteUserEventRequest` available, ranging from 1.0.0 up to the latest 2.12.0."]]],[]]