queryTerms

@JvmName(name = "xusremvxsqkxifrp")
suspend fun queryTerms(value: Output<List<String>>)
@JvmName(name = "stostxwwtdbsdjnx")
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 = "hybsievpurfdxris")
suspend fun queryTerms(vararg values: Output<String>)


@JvmName(name = "yvmligoobsmmbebo")
suspend fun queryTerms(values: List<Output<String>>)
@JvmName(name = "splylwlatxybemei")
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.