Class: Google::Cloud::Dialogflow::V2::LoggingConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::LoggingConfig
- 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
-
#enable_stackdriver_logging ⇒ ::Boolean
Whether to log conversation events like CONVERSATION_STARTED to Stackdriver in the conversation project as JSON format ConversationEvent protos.
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.
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 |