Class: Google::Cloud::Dialogflow::V2::LoggingConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb

Overview

Defines logging behavior for conversation lifecycle events.

Instance Attribute Summary collapse

Instance Attribute Details

#enable_stackdriver_logging::Boolean

Returns Whether to log conversation events like CONVERSATION_STARTED to Stackdriver in the conversation project as JSON format ConversationEvent protos.

Returns:



666
667
668
669
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 666

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