words

@JvmName(name = "qhivdtarxifpkyar")
suspend fun words(value: Output<List<String>>)
@JvmName(name = "jpfjlgtylkbmimrx")
suspend fun words(value: List<String>?)

Parameters

value

A list of terms to include in the vocabulary. Conflicts with vocabulary_filter_file_uri argument.


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


@JvmName(name = "bxiqutcoxdgcwxvr")
suspend fun words(values: List<Output<String>>)
@JvmName(name = "nrgrjkuhnsakvsjt")
suspend fun words(vararg values: String)

Parameters

values

A list of terms to include in the vocabulary. Conflicts with vocabulary_filter_file_uri argument.