class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings

Settings for exporting conversations to [Insights](cloud.google.com/ contact-center/insights/docs).

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 4825
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 4830
def update!(**args)
  @enable_insights_export = args[:enable_insights_export] if args.key?(:enable_insights_export)
end