Click or drag to resize

ValueExport Class

ValueExport.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1ValueExport

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 ValueExport

The ValueExport type exposes the following members.

Constructors
  NameDescription
Public methodValueExport
Initializes a new instance of the ValueExport 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