Class: Telnyx::Models::AI::PrivacySettings
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::AI::PrivacySettings
- Defined in:
- lib/telnyx/models/ai/privacy_settings.rb
Instance Attribute Summary collapse
-
#data_retention ⇒ Boolean?
If true, conversation history and insights will be stored.
Instance Method Summary collapse
-
#initialize(data_retention: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see PrivacySettings for more details.
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.
|
|
# File 'lib/telnyx/models/ai/privacy_settings.rb', line 18
|
Instance Attribute Details
#data_retention ⇒ Boolean?
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.
16 |
# File 'lib/telnyx/models/ai/privacy_settings.rb', line 16 optional :data_retention, Telnyx::Internal::Type::Boolean |