Retrieve dictionary settings

Retrieves the languages for which standard dictionary entries are turned off.

Usage

Required ACL: settings
1
2
3
4
5
6
import com.algolia.client.api.SearchClient
import com.algolia.client.extensions.*

val client = SearchClient(appId = "ALGOLIA_APPLICATION_ID", apiKey = "ALGOLIA_API_KEY")

var response = client.getDictionarySettings()
Did you find this page helpful?
Kotlin API clients v3