Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SecuritySettings

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3SecuritySettings

Returns a new instance of GoogleCloudDialogflowCxV3SecuritySettings.



7318
7319
7320
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7318

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#audio_export_settingsGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings

Corresponds to the JSON property audioExportSettings



7266
7267
7268
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7266

def audio_export_settings
  @audio_export_settings
end

#deidentify_templateString

Corresponds to the JSON property deidentifyTemplate

Returns:

  • (String)


7271
7272
7273
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7271

def deidentify_template
  @deidentify_template
end

#display_nameString

Corresponds to the JSON property displayName

Returns:

  • (String)


7276
7277
7278
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7276

def display_name
  @display_name
end

#insights_export_settingsGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings

Corresponds to the JSON property insightsExportSettings



7281
7282
7283
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7281

def insights_export_settings
  @insights_export_settings
end

#inspect_templateString

Corresponds to the JSON property inspectTemplate

Returns:

  • (String)


7286
7287
7288
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7286

def inspect_template
  @inspect_template
end

#nameString

Corresponds to the JSON property name

Returns:

  • (String)


7291
7292
7293
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7291

def name
  @name
end

#purge_data_typesArray<String>

Corresponds to the JSON property purgeDataTypes

Returns:

  • (Array<String>)


7296
7297
7298
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7296

def purge_data_types
  @purge_data_types
end

#redaction_scopeString

Corresponds to the JSON property redactionScope

Returns:

  • (String)


7301
7302
7303
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7301

def redaction_scope
  @redaction_scope
end

#redaction_strategyString

Corresponds to the JSON property redactionStrategy

Returns:

  • (String)


7306
7307
7308
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7306

def redaction_strategy
  @redaction_strategy
end

#retention_strategyString

Corresponds to the JSON property retentionStrategy

Returns:

  • (String)


7311
7312
7313
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7311

def retention_strategy
  @retention_strategy
end

#retention_window_daysFixnum

Corresponds to the JSON property retentionWindowDays

Returns:

  • (Fixnum)


7316
7317
7318
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7316

def retention_window_days
  @retention_window_days
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7323
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7323

def update!(**args)
  @audio_export_settings = args[:audio_export_settings] if args.key?(:audio_export_settings)
  @deidentify_template = args[:deidentify_template] if args.key?(:deidentify_template)
  @display_name = args[:display_name] if args.key?(:display_name)
  @insights_export_settings = args[:insights_export_settings] if args.key?(:insights_export_settings)
  @inspect_template = args[:inspect_template] if args.key?(:inspect_template)
  @name = args[:name] if args.key?(:name)
  @purge_data_types = args[:purge_data_types] if args.key?(:purge_data_types)
  @redaction_scope = args[:redaction_scope] if args.key?(:redaction_scope)
  @redaction_strategy = args[:redaction_strategy] if args.key?(:redaction_strategy)
  @retention_strategy = args[:retention_strategy] if args.key?(:retention_strategy)
  @retention_window_days = args[:retention_window_days] if args.key?(:retention_window_days)
end