SaveRecommendationVariables is an interface that contains the variables that are required to save a recommendation. It includes the media ID, media recommendation ID, and rating.
SaveRecommendationVariables
Optional
asHtml is a boolean that determines if the review is in HTML format.
asHtml
mediaId is the ID of the media.
mediaId
mediaRecommendationId is the ID of the media recommendation.
mediaRecommendationId
rating is the rating of the recommendation.
rating
SaveRecommendationVariables
is an interface that contains the variables that are required to save a recommendation. It includes the media ID, media recommendation ID, and rating.