Click or drag to resize

Entity Class

Entity.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1Entity

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 Entity

The Entity type exposes the following members.

Constructors
  NameDescription
Public methodEntity
Initializes a new instance of the Entity 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.
Top
See Also