GetSuggestedFollowsByActorResponse

data class GetSuggestedFollowsByActorResponse(val suggestions: List<ProfileView>, val isFallback: Boolean? = false, val recId: Long? = null)

Parameters

isFallback

If true, response has fallen-back to generic results, and is not scoped using relativeToDid

recId

Snowflake for this recommendation, use when submitting recommendation events.

Constructors

Link copied to clipboard
constructor(suggestions: List<ProfileView>, isFallback: Boolean? = false, recId: Long? = null)

Properties

Link copied to clipboard
val isFallback: Boolean? = false

If true, response has fallen-back to generic results, and is not scoped using relativeToDid

Link copied to clipboard
val recId: Long? = null

Snowflake for this recommendation, use when submitting recommendation events.

Link copied to clipboard