Click or drag to resize

ConversationMessage Method (ConversationSuccessCallbackObject, ConversationFailCallback, String, String, DictionaryString, Object)

Message the specified workspaceId, input and callback.

Namespace:  IBM.Watson.DeveloperCloud.Services.Conversation.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Message(
	ConversationSuccessCallback<Object> successCallback,
	ConversationFailCallback failCallback,
	string workspaceID,
	string input,
	Dictionary<string, Object> customData = null
)

Parameters

successCallback
Type: IBM.Watson.DeveloperCloud.Services.Conversation.v1ConversationSuccessCallbackObject
The success callback.
failCallback
Type: IBM.Watson.DeveloperCloud.Services.Conversation.v1ConversationFailCallback
The fail callback.
workspaceID
Type: SystemString
Workspace identifier.
input
Type: SystemString
Input.
customData (Optional)
Type: System.Collections.GenericDictionaryString, Object
Custom data.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:IBM.Watson.DeveloperCloud.Services.Conversation.v1.Conversation.Message(IBM.Watson.DeveloperCloud.Services.Conversation.v1.Conversation.SuccessCallback{System.Object},IBM.Watson.DeveloperCloud.Services.Conversation.v1.Conversation.FailCallback,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Object})"]

See Also