Click or drag to resize

Value Class

Value.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1Value

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 class Value

The Value type exposes the following members.

Constructors
  NameDescription
Public methodValue
Initializes a new instance of the Value class
Top
Properties
  NameDescription
Public propertyCreated
The timestamp for creation of the entity value.
Public propertyMetadata
Any metadata related to the entity value.
Public propertyPatterns
An array containing any patterns for the entity value.
Public propertySynonyms
An array containing any synonyms for the entity value.
Public propertyUpdated
The timestamp for the last update to the entity value.
Public propertyValueText
The text of the entity value.
Public propertyValueType
Specifies the type of value.
Top
See Also