SuggestionProviderConstraints

data class SuggestionProviderConstraints(    var dynamicSuggestionTypes: List<String>? = null,     var ampAlternativeMatching: AmpMatchingStrategy? = null)

Some providers manage multiple suggestion subtypes. Queries, ingests, and other operations on those providers must be constrained to a desired subtype.

Constructors

Link copied to clipboard
constructor(dynamicSuggestionTypes: List<String>? = null, ampAlternativeMatching: AmpMatchingStrategy? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Which strategy should we use for the AMP queries? Use None for the default strategy.

Link copied to clipboard

Which dynamic suggestions should we fetch or ingest? Corresponds to the suggestion_type value in dynamic suggestions remote settings records.