Class PrivacySettings
- Namespace
- Vonage.Applications
- Assembly
- Vonage.dll
Application privacy config
public record PrivacySettings : IEquatable<PrivacySettings>
- Inheritance
-
PrivacySettings
- Implements
- Inherited Members
Constructors
PrivacySettings(bool)
Application privacy config
public PrivacySettings(bool ImproveAi)
Parameters
ImproveAiboolIf set to true, Vonage may store and use your content and data for the improvement of Vonage's AI based services and technologies.
Properties
ImproveAi
If set to true, Vonage may store and use your content and data for the improvement of Vonage's AI based services and technologies.
[JsonProperty("improve_ai")]
public bool ImproveAi { get; init; }