Table of Contents

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

ImproveAi bool

If 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; }

Property Value

bool