# RecommendationEvent ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **created_at** | **String** | | **dataset_id** | [**uuid::Uuid**](uuid::Uuid.md) | | **id** | [**uuid::Uuid**](uuid::Uuid.md) | | **negative_ids** | [**Vec**](uuid::Uuid.md) | | **negative_tracking_ids** | **Vec** | | **positive_ids** | [**Vec**](uuid::Uuid.md) | | **positive_tracking_ids** | **Vec** | | **recommendation_type** | **String** | | **request_params** | Option<[**serde_json::Value**](.md)> | | **results** | [**Vec**](serde_json::Value.md) | | **top_score** | **f32** | | **user_id** | **String** | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)