Click or drag to resize

CreateSynonym Class

CreateSynonym.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1CreateSynonym

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 CreateSynonym

The CreateSynonym type exposes the following members.

Constructors
  NameDescription
Public methodCreateSynonym
Initializes a new instance of the CreateSynonym class
Top
Properties
  NameDescription
Public propertySynonym
The text of the synonym. This string must conform to the following restrictions: - It cannot contain carriage return, newline, or tab characters. - It cannot consist of only whitespace characters. - It must be no longer than 64 characters.
Top
See Also