Click or drag to resize

ConsumptionPreferencesNode Class

The Consumption Preferences Node object.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3ConsumptionPreferencesNode

Namespace:  IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ConsumptionPreferencesNode

The ConsumptionPreferencesNode type exposes the following members.

Constructors
  NameDescription
Public methodConsumptionPreferencesNode
Initializes a new instance of the ConsumptionPreferencesNode class
Top
Properties
  NameDescription
Public propertyconsumption_preference_id
The unique identifier of the consumption preference to which the results pertain. IDs have the form `consumption_preferences_`.
Public propertyname
The user-visible name of the consumption preference.
Public propertyscore
The score for the consumption preference: `0.0` indicates unlikely, `0.5` indicates neutrality, and `1.0` indicates likely. The scores for some preferences are binary and do not allow a neutral value. The score is an indication of preference based on the results inferred from the input text, not a normalized percentile.
Top
See Also