GuardrailWordConfigArgs

data class GuardrailWordConfigArgs(val text: Output<String>) : ConvertibleToJava<GuardrailWordConfigArgs>

A custom word config.

Constructors

Link copied to clipboard
constructor(text: Output<String>)

Properties

Link copied to clipboard
val text: Output<String>

The custom word text.

Functions

Link copied to clipboard
open override fun toJava(): GuardrailWordConfigArgs