queryTerms

@JvmName(name = "hcdvqsntllwmfjce")
suspend fun queryTerms(value: Output<List<String>>)
@JvmName(name = "sgelqmxyjlqokxwy")
suspend fun queryTerms(value: List<String>?)

Parameters

value

Terms from the search query. Will treat synonyms as their synonyms. Not themselves synonyms of the synonyms. Can specify up to 100 terms.


@JvmName(name = "kfuhyhygualfjctv")
suspend fun queryTerms(vararg values: Output<String>)


@JvmName(name = "bamghuvkdiqmdcan")
suspend fun queryTerms(values: List<Output<String>>)
@JvmName(name = "ddjkaqdaxoiufccj")
suspend fun queryTerms(vararg values: String)

Parameters

values

Terms from the search query. Will treat synonyms as their synonyms. Not themselves synonyms of the synonyms. Can specify up to 100 terms.