Click or drag to resize

Intent Class

Intent.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1Intent

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 Intent

The Intent type exposes the following members.

Constructors
  NameDescription
Public methodIntent
Initializes a new instance of the Intent class
Top
Properties
  NameDescription
Public propertyCreated
The timestamp for creation of the intent.
Public propertyDescription
The description of the intent.
Public propertyIntentName
The name of the intent.
Public propertyUpdated
The timestamp for the last update to the intent.
Top
See Also