texts

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

Parameters

value

A collection of text responses.


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


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

Parameters

values

A collection of text responses.