Cx Intent Parameter Args
data class CxIntentParameterArgs(val entityType: Output<String>, val id: Output<String>, val isList: Output<Boolean>? = null, val redact: Output<Boolean>? = null) : ConvertibleToJava<CxIntentParameterArgs>
Properties
Link copied to clipboard
The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/
Link copied to clipboard
Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.