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-04-17 UTC."],[[["This webpage provides documentation for the `WriteUserEventRequest` class within the Google Cloud Retail v2 API for .NET."],["The `WriteUserEventRequest` class is used to send requests for the `WriteUserEvent` method, allowing the writing of user event data to the Retail API."],["The latest version available is 2.12.0, with multiple prior versions from 2.11.0 all the way down to 1.0.0 also available."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, with inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["Key properties of `WriteUserEventRequest` include `Parent` (the catalog resource name), `UserEvent` (the user event to be written), and `WriteAsync` (to enable asynchronous writing of the event)."]]],[]]