Click or drag to resize

UpdateSynonym Class

UpdateSynonym.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1UpdateSynonym

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 UpdateSynonym

The UpdateSynonym type exposes the following members.

Constructors
  NameDescription
Public methodUpdateSynonym
Initializes a new instance of the UpdateSynonym 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