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."],[[["The webpage provides documentation for the `RejoinUserEventsRequest` class within the `Google.Cloud.Retail.V2` namespace."],["The `RejoinUserEventsRequest` class is used to define requests for the `RejoinUserEvents` method, related to rejoining user events with the product catalog."],["The page lists various versions of the API, from 1.0.0 to the latest 2.12.0, each with a link to its documentation for `RejoinUserEventsRequest`."],["This class inherits from the `Object` class and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RejoinUserEventsRequest` class has two constructors and includes properties like `Parent` (a string representing the catalog resource name) and `UserEventRejoinScope` (specifying the scope of user event rejoining)."]]],[]]