class Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SecuritySettingsInsightsExportSettings

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_v3beta1/classes.rb, line 6949
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_v3beta1/classes.rb, line 6954
def update!(**args)
  @enable_insights_export = args[:enable_insights_export] if args.key?(:enable_insights_export)
end