Click or drag to resize

WSConnectorTextMessage Constructor

Constructor for a TextMessage object.

Namespace:  IBM.Watson.DeveloperCloud.Connection
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public TextMessage(
	string text
)

Parameters

text
Type: SystemString
The string of the text to send as a message.
See Also