GuardrailWordConfig

data class GuardrailWordConfig(val inputAction: GuardrailWordAction? = null, val inputEnabled: Boolean? = null, val outputAction: GuardrailWordAction? = null, val outputEnabled: Boolean? = null, val text: String)

A custom word config.

Constructors

Link copied to clipboard
constructor(inputAction: GuardrailWordAction? = null, inputEnabled: Boolean? = null, outputAction: GuardrailWordAction? = null, outputEnabled: Boolean? = null, text: String)

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 custom word text.