RelevanceFeedback

Provides feedback on how relevant a document is to a search. Your application uses the SubmitFeedback API to provide relevance information.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the document was relevant or not relevant to the search.

Link copied to clipboard

The identifier of the search result that the user provided relevance feedback for.

Functions

Link copied to clipboard
inline fun copy(block: RelevanceFeedback.Builder.() -> Unit = {}): RelevanceFeedback
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String