DetailView Binding
More...
|
| DetailView (string userId, string itemId, DateTime? timestamp=null, long? duration=null, string recommId=null, Dictionary< string, object > additionalData=null) |
|
override bool | Equals (Object obj) |
| Determines whether the specified object is equal to the current object More...
|
|
override int | GetHashCode () |
| Hash function More...
|
|
|
string | UserId [get] |
| User who viewed the item More...
|
|
string | ItemId [get] |
| Viewed item More...
|
|
DateTime? | Timestamp [get] |
| UTC timestamp of the view as ISO8601-1 pattern or UTC epoch time. The default value is the current time. More...
|
|
long? | Duration [get] |
| Duration of the view More...
|
|
string | RecommId [get] |
| If this detail view is based on a recommendation request, recommId is the id of the clicked recommendation. More...
|
|
Dictionary< string, object > | AdditionalData [get] |
| A dictionary of additional data for the interaction. More...
|
|
◆ DetailView()
Recombee.ApiClient.Bindings.DetailView.DetailView |
( |
string |
userId, |
|
|
string |
itemId, |
|
|
DateTime? |
timestamp = null , |
|
|
long? |
duration = null , |
|
|
string |
recommId = null , |
|
|
Dictionary< string, object > |
additionalData = null |
|
) |
| |
|
inline |
◆ Equals()
override bool Recombee.ApiClient.Bindings.DetailView.Equals |
( |
Object |
obj | ) |
|
|
inline |
Determines whether the specified object is equal to the current object
- Parameters
-
obj | The object to compare with the current object |
- Returns
- true if the specified object is equal to the current object; otherwise, false
◆ GetHashCode()
override int Recombee.ApiClient.Bindings.DetailView.GetHashCode |
( |
| ) |
|
|
inline |
Hash function
- Returns
- A hash code for the current object
◆ AdditionalData
Dictionary<string, object> Recombee.ApiClient.Bindings.DetailView.AdditionalData |
|
get |
A dictionary of additional data for the interaction.
◆ Duration
long? Recombee.ApiClient.Bindings.DetailView.Duration |
|
get |
◆ ItemId
string Recombee.ApiClient.Bindings.DetailView.ItemId |
|
get |
◆ RecommId
string Recombee.ApiClient.Bindings.DetailView.RecommId |
|
get |
If this detail view is based on a recommendation request, recommId
is the id of the clicked recommendation.
◆ Timestamp
DateTime? Recombee.ApiClient.Bindings.DetailView.Timestamp |
|
get |
UTC timestamp of the view as ISO8601-1 pattern or UTC epoch time. The default value is the current time.
◆ UserId
string Recombee.ApiClient.Bindings.DetailView.UserId |
|
get |
The documentation for this class was generated from the following file: