Cx Agent Advanced Settings Logging Settings Args
data class CxAgentAdvancedSettingsLoggingSettingsArgs(val enableConsentBasedRedaction: Output<Boolean>? = null, val enableInteractionLogging: Output<Boolean>? = null, val enableStackdriverLogging: Output<Boolean>? = null) : ConvertibleToJava<CxAgentAdvancedSettingsLoggingSettingsArgs>
Properties
Link copied to clipboard
Enables consent-based end-user input redaction, if true, a pre-defined session parameter $session.params.conversation-redaction will be used to determine if the utterance should be redacted.
Link copied to clipboard
Enables DF Interaction logging.
Link copied to clipboard
Enables Google Cloud Logging.