ServiceFeedbackResultId

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class ServiceFeedbackResultId(val searchResultId: SearchResultId) : FeedbackResultId

Represents the identifier for a search result that comes from the search service.

Constructors

Link copied to clipboard
constructor(searchResultId: SearchResultId)

Properties

Link copied to clipboard

The id of the result chosen by the user.