toggle menu
AWS SDK for Kotlin
1.4.86
common
switch theme
Skip to Main Content
qconnect
/
aws.sdk.kotlin.services.qconnect.model
/
GuardrailWordConfig
Guardrail
Word
Config
class
GuardrailWordConfig
A word to configure for the AI Guardrail.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
text
Link copied to clipboard
val
text
:
String
Text of the word configured for the AI Guardrail to block.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
GuardrailWordConfig.Builder
.
(
)
->
Unit
=
{}
)
:
GuardrailWordConfig
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String