Guardrail Managed Words Config
data class GuardrailManagedWordsConfig(val inputAction: GuardrailWordAction? = null, val inputEnabled: Boolean? = null, val outputAction: GuardrailWordAction? = null, val outputEnabled: Boolean? = null, val type: GuardrailManagedWordsType)
A managed words config.
Constructors
Link copied to clipboard
constructor(inputAction: GuardrailWordAction? = null, inputEnabled: Boolean? = null, outputAction: GuardrailWordAction? = null, outputEnabled: Boolean? = null, type: GuardrailManagedWordsType)