Click or drag to resize

DiscoveryQuery Method

Namespace:  IBM.Watson.DeveloperCloud.Services.Discovery.v1
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Query(
	DiscoverySuccessCallback<QueryResponse> successCallback,
	DiscoveryFailCallback failCallback,
	string environmentID,
	string collectionID,
	string filter,
	string query,
	string aggregation,
	int count,
	string _return,
	int offset,
	Dictionary<string, Object> customData = null
)

Parameters

successCallback
Type: IBM.Watson.DeveloperCloud.Services.Discovery.v1DiscoverySuccessCallbackQueryResponse
failCallback
Type: IBM.Watson.DeveloperCloud.Services.Discovery.v1DiscoveryFailCallback
environmentID
Type: SystemString
collectionID
Type: SystemString
filter
Type: SystemString
query
Type: SystemString
aggregation
Type: SystemString
count
Type: SystemInt32
_return
Type: SystemString
offset
Type: SystemInt32
customData (Optional)
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: Boolean
See Also