Class: Google::Cloud::Ces::V1::ConversationLoggingSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1::ConversationLoggingSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1/app.rb
Overview
Settings to describe the conversation logging behaviors for the app.
Instance Attribute Summary collapse
Instance Attribute Details
#disable_conversation_logging ⇒ ::Boolean
Returns Optional. Whether to disable conversation logging for the sessions.
570 571 572 573 |
# File 'proto_docs/google/cloud/ces/v1/app.rb', line 570 class ConversationLoggingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |