Class: Google::Cloud::Dialogflow::CX::V3::AdvancedSettings::LoggingSettings

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#enable_interaction_logging::Boolean

Returns If true, DF Interaction logging is currently enabled.

Returns:

  • (::Boolean)

    If true, DF Interaction logging is currently enabled.



61
62
63
64
# File 'proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb', line 61

class LoggingSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#enable_stackdriver_logging::Boolean

Returns If true, StackDriver logging is currently enabled.

Returns:

  • (::Boolean)

    If true, StackDriver logging is currently enabled.



61
62
63
64
# File 'proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb', line 61

class LoggingSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end