Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Connection.WSConnector.TextMessage Class Reference

TextMessage is used for sending text messages (e.g. JSON, XML) More...

Inheritance diagram for IBM.Watson.DeveloperCloud.Connection.WSConnector.TextMessage:
IBM.Watson.DeveloperCloud.Connection.WSConnector.Message

Public Member Functions

 TextMessage (string text)
 Constructor for a TextMessage object. More...
 

Properties

string Text [get, set]
 Text payload. More...
 

Detailed Description

TextMessage is used for sending text messages (e.g. JSON, XML)

Constructor & Destructor Documentation

IBM.Watson.DeveloperCloud.Connection.WSConnector.TextMessage.TextMessage ( string  text)
inline

Constructor for a TextMessage object.

Parameters
textThe string of the text to send as a message.

Property Documentation

string IBM.Watson.DeveloperCloud.Connection.WSConnector.TextMessage.Text
getset

Text payload.


The documentation for this class was generated from the following file: