queryTerms

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


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