Click or drag to resize

IntentCollection Class

IntentCollection.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1IntentCollection

Namespace:  IBM.Watson.DeveloperCloud.Services.Assistant.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class IntentCollection

The IntentCollection type exposes the following members.

Constructors
  NameDescription
Public methodIntentCollection
Initializes a new instance of the IntentCollection class
Top
Properties
  NameDescription
Public propertyIntents
An array of objects describing the intents defined for the workspace.
Public propertyPagination
The pagination data for the returned objects.
Top
See Also