queryTerms

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


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