Watson Unity SDK
Watson Unity SDK
IBM.Watson
IBM.Watson.DeveloperCloud.Connection
WSConnector Class
WSConnector Methods
Close Method
CreateConnector Method
FixupURL Method
Send Method
WSConnector
Send Method
This function sends the given message object.
Namespace:
IBM.Watson.DeveloperCloud.Connection
Assembly:
unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
void
Send
(
WSConnector
Message
msg
,
bool
queue
=
false
)
Parameters
msg
Type:
IBM.Watson.DeveloperCloud.Connection
WSConnector
Message
This is either a BinaryMessage or TextMessage object.
queue
(Optional)
Type:
System
Boolean
If true, then this function will not signal or start the sending thread.
See Also
Reference
WSConnector Class
IBM.Watson.DeveloperCloud.Connection Namespace