Click or drag to resize

ConversationFailCallback Delegate

Namespace:  IBM.Watson.DeveloperCloud.Services.Conversation.v1
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate void FailCallback(
	RESTConnectorError error,
	Dictionary<string, Object> customData
)

Parameters

error
Type: IBM.Watson.DeveloperCloud.ConnectionRESTConnectorError
customData
Type: System.Collections.GenericDictionaryString, Object
See Also