public static interface AdvancedSettings.LoggingSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean |
getEnableInteractionLogging()
Enables DF Interaction logging.
|
boolean |
getEnableStackdriverLogging()
Enables Google Cloud Logging.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getEnableStackdriverLogging()
Enables Google Cloud Logging.
bool enable_stackdriver_logging = 2;boolean getEnableInteractionLogging()
Enables DF Interaction logging.
bool enable_interaction_logging = 3;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;Copyright © 2025 Google LLC. All rights reserved.