Click or drag to resize

EntityExport Class

EntityExport.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1EntityExport

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 EntityExport

The EntityExport type exposes the following members.

Constructors
  NameDescription
Public methodEntityExport
Initializes a new instance of the EntityExport class
Top
Properties
  NameDescription
Public propertyCreated
The timestamp for creation of the entity.
Public propertyDescription
The description of the entity.
Public propertyEntityName
The name of the entity.
Public propertyFuzzyMatch
Whether fuzzy matching is used for the entity.
Public propertyMetadata
Any metadata related to the entity.
Public propertyUpdated
The timestamp for the last update to the entity.
Public propertyValues
An array objects describing the entity values.
Top
See Also