CxFlowKnowledgeConnectorSettingsTriggerFulfillmentAdvancedSettingsLoggingSettings

data class CxFlowKnowledgeConnectorSettingsTriggerFulfillmentAdvancedSettingsLoggingSettings(val enableConsentBasedRedaction: Boolean? = null, val enableInteractionLogging: Boolean? = null, val enableStackdriverLogging: Boolean? = null)

Constructors

constructor(enableConsentBasedRedaction: Boolean? = null, enableInteractionLogging: Boolean? = null, enableStackdriverLogging: Boolean? = null)

Types

Link copied to clipboard
object Companion

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.