public sealed class RejoinUserEventsRequest : IMessage<RejoinUserEventsRequest>, IEquatable<RejoinUserEventsRequest>, IDeepCloneable<RejoinUserEventsRequest>, IBufferMessage, IMessage
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 page details the `RejoinUserEventsRequest` class, which is used as a request message for the `RejoinUserEvents` method in the Google Cloud Retail V2 API."],["The content covers the implementation of the `RejoinUserEventsRequest` class, including its constructors, properties like `Parent` and `UserEventRejoinScope`, and the interfaces it implements such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The document provides version history for the `RejoinUserEventsRequest` message, with version 2.12.0 being the latest and a list going back to version 1.0.0."],["The `Parent` property within `RejoinUserEventsRequest` specifies the required parent catalog resource name, while the `UserEventRejoinScope` property defines the scope of user events to rejoin with the latest product catalog."],["The available versions are part of the Google.Cloud.Retail.V2 API and are accessible via their respective links that can be found on this page."]]],[]]