CreateWorkspaceLearningOptOut 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 public Nullable<bool> LearningOptOut { get; set; }
Property Value
Type:
NullableBooleanWhether 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