Class: Google::Cloud::Dialogflow::CX::V3::AdvancedSettings::LoggingSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::AdvancedSettings::LoggingSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb
Overview
Define behaviors on logging.
Instance Attribute Summary collapse
-
#enable_consent_based_redaction ⇒ ::Boolean
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. -
#enable_interaction_logging ⇒ ::Boolean
Enables DF Interaction logging.
-
#enable_stackdriver_logging ⇒ ::Boolean
Enables Google Cloud Logging.
Instance Attribute Details
#enable_consent_based_redaction ⇒ ::Boolean
Returns 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.
141 142 143 144 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb', line 141 class LoggingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_interaction_logging ⇒ ::Boolean
Returns Enables DF Interaction logging.
141 142 143 144 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb', line 141 class LoggingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_stackdriver_logging ⇒ ::Boolean
Returns Enables Google Cloud Logging.
141 142 143 144 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb', line 141 class LoggingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |