CreateEntity Class |
Namespace: IBM.Watson.DeveloperCloud.Services.Assistant.v1
public class CreateEntity
The CreateEntity type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateEntity | Initializes a new instance of the CreateEntity class |
Name | Description | |
---|---|---|
![]() | Description |
The description of the entity. This string cannot contain carriage return, newline, or tab characters, and it must be no longer than 128 characters.
|
![]() | Entity |
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.
|
![]() | FuzzyMatch |
Whether to use fuzzy matching for the entity.
|
![]() | Metadata |
Any metadata related to the value.
|
![]() | Values |
An array of objects describing the entity values.
|