Package com.vonage.client.application
Class Application.Privacy
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.application.Application.Privacy
- All Implemented Interfaces:
Jsonable
- Enclosing class:
Application
Application privacy configuration settings.
- Since:
- 7.7.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhether Vonage may store and use your content and data for the improvement of Vonage's AI based services and technologies.Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
Privacy
public Privacy()
-
-
Method Details
-
getImproveAi
Whether Vonage may store and use your content and data for the improvement of Vonage's AI based services and technologies.- Returns:
trueif Vonage may use the data for improving its AI services, ornullif unspecified.
-