Interface AdvancedSettings.LoggingSettingsOrBuilder (0.59.0)

public static interface AdvancedSettings.LoggingSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnableConsentBasedRedaction()

public abstract boolean getEnableConsentBasedRedaction()

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.

bool enable_consent_based_redaction = 4;

Returns
Type Description
boolean

The enableConsentBasedRedaction.

getEnableInteractionLogging()

public abstract boolean getEnableInteractionLogging()

Enables DF Interaction logging.

bool enable_interaction_logging = 3;

Returns
Type Description
boolean

The enableInteractionLogging.

getEnableStackdriverLogging()

public abstract boolean getEnableStackdriverLogging()

Enables Google Cloud Logging.

bool enable_stackdriver_logging = 2;

Returns
Type Description
boolean

The enableStackdriverLogging.