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."],[[["The latest version of the `WriteUserEventRequest` class is 2.12.0, and the documentation provides access to various past versions, down to version 1.0.0."],["`WriteUserEventRequest` is a class within the Google.Cloud.Retail.V2 namespace, designed to send a request to write a user event using the Retail v2 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality."],["`WriteUserEventRequest` contains properties such as `Parent` (the required catalog resource name), `UserEvent` (the required user event data), and `WriteAsync` (allowing for asynchronous writing of user events)."],["There are two constructors available for `WriteUserEventRequest`, one with no parameters, and one that takes in a `WriteUserEventRequest` for copying."]]],[]]