queryTerms

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

Parameters

value

Terms from the search query. Will be replaced by replacement term. Can specify up to 100 terms.


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


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

Parameters

values

Terms from the search query. Will be replaced by replacement term. Can specify up to 100 terms.