class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings
Settings for exporting conversations to [Insights](cloud.google.com/ dialogflow/priv/docs/insights).
Attributes
enable_insights_export[RW]
If enabled, we will automatically exports conversations to Insights and Insights runs its analyzers. Corresponds to the JSON property `enableInsightsExport` @return [Boolean]
enable_insights_export?[RW]
If enabled, we will automatically exports conversations to Insights and Insights runs its analyzers. Corresponds to the JSON property `enableInsightsExport` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 4408 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dialogflow_v3/classes.rb, line 4413 def update!(**args) @enable_insights_export = args[:enable_insights_export] if args.key?(:enable_insights_export) end