Click or drag to resize

UpdateEntity Class

UpdateEntity.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1UpdateEntity

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 UpdateEntity

The UpdateEntity type exposes the following members.

Constructors
  NameDescription
Public methodUpdateEntity
Initializes a new instance of the UpdateEntity class
Top
Properties
  NameDescription
Public propertyDescription
The description of the entity. This string cannot contain carriage return, newline, or tab characters, and it must be no longer than 128 characters.
Public propertyEntity
The name of the entity. This string must conform to the following restrictions: - It can contain only Unicode alphanumeric, underscore, and hyphen characters. - It cannot begin with the reserved prefix `sys-`. - It must be no longer than 64 characters.
Public propertyFuzzyMatch
Whether to use fuzzy matching for the entity.
Public propertyMetadata
Any metadata related to the entity.
Public propertyValues
An array of entity values.
Top
See Also