Click or drag to resize

WorkspaceExportLearningOptOut Property

Whether training data from the workspace can be used by IBM for general service improvements. `true` indicates that workspace training data is not to be used.

Namespace:  IBM.Watson.DeveloperCloud.Services.Assistant.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Nullable<bool> LearningOptOut { get; set; }

Property Value

Type: NullableBoolean
Whether training data from the workspace can be used by IBM for general service improvements. `true` indicates that workspace training data is not to be used.
See Also