Click or drag to resize

BehaviorNode Class

The Behavior Node object.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3BehaviorNode

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 BehaviorNode

The BehaviorNode type exposes the following members.

Constructors
  NameDescription
Public methodBehaviorNode
Initializes a new instance of the BehaviorNode class
Top
Properties
  NameDescription
Public propertycategory
The category of the characteristic: behavior for temporal data.
Public propertyname
The user-visible name of the characteristic.
Public propertypercentage
For JSON content that is timestamped, the percentage of timestamped input data that occurred during that day of the week or hour of the day. The range is 0 to 1.
Public propertytrait_id
The unique identifier of the characteristic to which the results pertain. IDs have the form `behavior_`.
Top
See Also