Class: Telnyx::Models::AI::PrivacySettings

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/ai/privacy_settings.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initialize(data_retention: nil) ⇒ Object

Some parameter documentations has been truncated, see Telnyx::Models::AI::PrivacySettings for more details.

Parameters:

  • data_retention (Boolean) (defaults to: nil)

    If true, conversation history and insights will be stored. If false, they will n



# File 'lib/telnyx/models/ai/privacy_settings.rb', line 18

Instance Attribute Details

#data_retentionBoolean?

If true, conversation history and insights will be stored. If false, they will not be stored. This in‑tool toggle governs solely the retention of conversation history and insights via the AI assistant. It has no effect on any separate recording, transcription, or storage configuration that you have set at the account, number, or application level. All such external settings remain in force regardless of your selection here.

Returns:

  • (Boolean, nil)


16
# File 'lib/telnyx/models/ai/privacy_settings.rb', line 16

optional :data_retention, Telnyx::Internal::Type::Boolean