QuerySuggestionsConfigurationResponse

algoliasearch.querysuggestions.QuerySuggestionsConfigurationResponse
case class QuerySuggestionsConfigurationResponse(appID: String, indexName: String, sourceIndices: Seq[SourceIndex], languages: Languages, exclude: Option[Seq[String]], enablePersonalization: Boolean, allowSpecialCharacters: Boolean)

API response for retrieving Query Suggestions configurations.

Value parameters

allowSpecialCharacters

Whether to include suggestions with special characters.

appID

Algolia application ID to which this Query Suggestions configuration belongs.

enablePersonalization

Whether to turn on personalized query suggestions.

indexName

Name of the Query Suggestions index (case-sensitive).

sourceIndices

Algolia indices from which to get the popular searches for query suggestions.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product