GetSuggestionsResponse
data class GetSuggestionsResponse(val cursor: String? = null, val actors: List<ProfileView>, val recId: Long? = null)
Parameters
recId
Snowflake for this recommendation, use when submitting recommendation events.