public sealed class RejoinUserEventsRequest : IMessage<RejoinUserEventsRequest>, IEquatable<RejoinUserEventsRequest>, IDeepCloneable<RejoinUserEventsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class RejoinUserEventsRequest.
public RejoinUserEventsRequest.Types.UserEventRejoinScope UserEventRejoinScope { get; set; }
The type of the user event rejoin to define the scope and range of the user
events to be rejoined with the latest product catalog. Defaults to
USER_EVENT_REJOIN_SCOPE_UNSPECIFIED if this field is not set, or set to
an invalid integer value.
[[["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."],[[["This webpage provides reference documentation for the `RejoinUserEventsRequest` class within the Google Cloud Retail v2 API, specifically for .NET development."],["The content covers the class's inheritance, interfaces it implements, and its members, including constructors and properties like `Parent` and `UserEventRejoinScope`."],["The latest version of the `RejoinUserEventsRequest` documentation is version 2.12.0, while version 2.11.0 is being displayed, and it also includes a history of versions starting from 1.0.0."],["The `RejoinUserEventsRequest` class is used to define a request for the `RejoinUserEvents` method, which allows rejoining user events with the most up to date product catalog data."],["The documentation indicates that the `RejoinUserEventsRequest` class is found in the `Google.Cloud.Retail.V2` namespace and is part of the `Google.Cloud.Retail.V2.dll` assembly."]]],[]]