texts

@JvmName(name = "vcfoqojugtglmwbr")
suspend fun texts(value: Output<List<String>>)
@JvmName(name = "fwrtrqhnkwcempjk")
suspend fun texts(value: List<String>?)

Parameters

value

A collection of text responses.


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


@JvmName(name = "ereqeejgfmllpryg")
suspend fun texts(values: List<Output<String>>)
@JvmName(name = "amimdmhdrorohifb")
suspend fun texts(vararg values: String)

Parameters

values

A collection of text responses.