PrivacyConfig class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- PrivacyConfig({bool? recordVoice, int? retentionDays, bool? deleteTranscriptAndPii, bool? deleteAudio, bool? applyToExistingConversations, bool? zeroRetentionMode})
-
const
-
PrivacyConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- applyToExistingConversations → bool?
-
final
- deleteAudio → bool?
-
final
- deleteTranscriptAndPii → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- recordVoice → bool?
-
final
- retentionDays → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- zeroRetentionMode → bool?
-
final
Methods
-
copyWith(
{bool? recordVoice, int? retentionDays, bool? deleteTranscriptAndPii, bool? deleteAudio, bool? applyToExistingConversations, bool? zeroRetentionMode}) → PrivacyConfig -
Available on PrivacyConfig, provided by the $PrivacyConfigExtension extension
-
copyWithWrapped(
{Wrapped< bool?> ? recordVoice, Wrapped<int?> ? retentionDays, Wrapped<bool?> ? deleteTranscriptAndPii, Wrapped<bool?> ? deleteAudio, Wrapped<bool?> ? applyToExistingConversations, Wrapped<bool?> ? zeroRetentionMode}) → PrivacyConfig -
Available on PrivacyConfig, provided by the $PrivacyConfigExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const PrivacyConfig Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(PrivacyConfig instance)