Cx Agent Advanced Settings Logging Settings
data class CxAgentAdvancedSettingsLoggingSettings(val enableConsentBasedRedaction: Boolean? = null, val enableInteractionLogging: Boolean? = null, val enableStackdriverLogging: Boolean? = null)
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.