Class: Google::Cloud::Dialogflow::CX::V3::SecuritySettings::InsightsExportSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::SecuritySettings::InsightsExportSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb
Overview
Settings for exporting conversations to Insights.
Instance Attribute Summary collapse
-
#enable_insights_export ⇒ ::Boolean
If enabled, we will automatically exports conversations to Insights and Insights runs its analyzers.
Instance Attribute Details
#enable_insights_export ⇒ ::Boolean
Returns If enabled, we will automatically exports conversations to Insights and Insights runs its analyzers.
270 271 272 273 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb', line 270 class InsightsExportSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |