GoogleCloudRecommendationengineV1beta1EventDetail class
User event details shared by all recommendation types.
Constructors
-
GoogleCloudRecommendationengineV1beta1EventDetail({GoogleCloudRecommendationengineV1beta1FeatureMap? eventAttributes, List<
String> ? experimentIds, String? pageViewId, String? recommendationToken, String? referrerUri, String? uri}) - GoogleCloudRecommendationengineV1beta1EventDetail.fromJson(Map json_)
Properties
- eventAttributes ↔ GoogleCloudRecommendationengineV1beta1FeatureMap?
-
Extra user event features to include in the recommendation model.
getter/setter pair
-
experimentIds
↔ List<
String> ? -
A list of identifiers for the independent experiment groups this user
event belongs to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pageViewId ↔ String?
-
A unique id of a web page view.
getter/setter pair
- recommendationToken ↔ String?
-
Recommendation token included in the recommendation prediction response.
getter/setter pair
- referrerUri ↔ String?
-
The referrer url of the current page.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uri ↔ String?
-
Complete url (window.location.href) of the user's current page.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited