BaseQuerySuggestionsConfigurationResponse

algoliasearch.querysuggestions.BaseQuerySuggestionsConfigurationResponse
case class BaseQuerySuggestionsConfigurationResponse(appId: Option[String], sourceIndicesAPIKey: Option[String], suggestionsIndicesAPIKey: Option[String], externalIndicesAPIKey: Option[String])

BaseQuerySuggestionsConfigurationResponse

Value parameters

appId

Your Algolia application ID.

externalIndicesAPIKey

API key used to read from external Algolia indices.

sourceIndicesAPIKey

API key used to read from your source index.

suggestionsIndicesAPIKey

API key used to write and configure your Query Suggestions index.

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