Bookmark Binding
More...
|
| Bookmark (string userId, string itemId, DateTime? timestamp=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 bookmarked the item More...
|
|
string | ItemId [get] |
| Bookmarked item More...
|
|
DateTime? | Timestamp [get] |
| UTC timestamp of the bookmark as ISO8601-1 pattern or UTC epoch time. The default value is the current time. More...
|
|
string | RecommId [get] |
| If this bookmark 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...
|
|
◆ Bookmark()
Recombee.ApiClient.Bindings.Bookmark.Bookmark |
( |
string |
userId, |
|
|
string |
itemId, |
|
|
DateTime? |
timestamp = null , |
|
|
string |
recommId = null , |
|
|
Dictionary< string, object > |
additionalData = null |
|
) |
| |
|
inline |
◆ Equals()
override bool Recombee.ApiClient.Bindings.Bookmark.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.Bookmark.GetHashCode |
( |
| ) |
|
|
inline |
Hash function
- Returns
- A hash code for the current object
◆ AdditionalData
Dictionary<string, object> Recombee.ApiClient.Bindings.Bookmark.AdditionalData |
|
get |
A dictionary of additional data for the interaction.
◆ ItemId
string Recombee.ApiClient.Bindings.Bookmark.ItemId |
|
get |
◆ RecommId
string Recombee.ApiClient.Bindings.Bookmark.RecommId |
|
get |
If this bookmark is based on a recommendation request, recommId
is the id of the clicked recommendation.
◆ Timestamp
DateTime? Recombee.ApiClient.Bindings.Bookmark.Timestamp |
|
get |
UTC timestamp of the bookmark as ISO8601-1 pattern or UTC epoch time. The default value is the current time.
◆ UserId
string Recombee.ApiClient.Bindings.Bookmark.UserId |
|
get |
User who bookmarked the item
The documentation for this class was generated from the following file: