GuardrailManagedWordsConfig

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val inputEnabled: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val outputEnabled: Boolean? = null
Link copied to clipboard

The managed word type to configure for the guardrail.