Class GoogleCloudRecommendationengineV1beta1UserEventInlineSource
The inline source for the input config for ImportUserEvents method.
Implements
Inherited Members
Namespace: Google.Apis.RecommendationsAI.v1beta1.Data
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class GoogleCloudRecommendationengineV1beta1UserEventInlineSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UserEvents
Optional. A list of user events to import. Recommended max of 10k items.
Declaration
[JsonProperty("userEvents")]
public virtual IList<GoogleCloudRecommendationengineV1beta1UserEvent> UserEvents { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRecommendationengineV1beta1UserEvent> |